Student Learning
Home
(current)
Aptitude
Class
FYBCA
SYBCA
TYBCA
Reading
About
FeedBack
Search
3.1 Program for format specifire
3.2 Program to read a series of word i.e stirng from terminal using scanf function
3.3 Program to store string in array
3.4 Program for getchar and putchar function
3.5 Program for gets and puts function
3.6 Program for scnaf and printf function
3.7 Program using pointer to calculate length of string
3.8 Program to sort list of names in alphabetical order using array of string
3.9 count the total no of character available in a string and without using strlen() function
3.10 read a string and copy the string into another without using stringcopy() function
3.11 read string from user and convert the stirng into lowercase and uppercase without using library function
3.12 rea a two string from the user and concatenate them without using the library function
3.13 program to show use of all above pre-defined string unction
3.14 Program to show use of strnset()
3.15 program to show use of strcmpi()
3.16 Program by using stork() function
3.17 program using strrev() library function
3.18 program using strlwr() function
3.19 program using strupr() library function
3.20 program using strchr() function
3.21 program using strchr() library function
3.22 program using strstr() library function
3.23 program using strncpy() library function
3.24 program using strncat() library function
3.25 program using strncmp() library function
3.26 program using strncmpi() library function
3.27 command line argument