T
@TanishkaKumar
Program to print asterisk aligned to left:
C
Program for asterisk centered in middle :
C
Program to create structure in structure:
C
Program to scan and store values in a structure:
C
Program for structures:
C
Program to print all upper cases in lower cases and vice versa in even indexes only
C
Program to convert first letter of string to upper case always:
C
Program to convert all uppercase to lowercase and vice versa: 2
C
Program to print all upper cases in lower cases and vice versa
C
Program to convert upper case to lower case without using strlwr:
C
Program to reverse a string without using strrev : 2
C
Program to reverse a string without using strrev : Amay
C
To concatenate two strings without using strcat
C
To concatenate two strings without using strcat
C
To find length of a string without using <string.h> 3
C
To find length of a string without using <string.h> 2
C
To find length of a string without using <string.h> 1
C
To print a string from a specific index number:
C
Multiplication of matrices 2
C
Multiplication of matrices
C