filmov
tv
FOP-Lecture-20 (String - Array of Characters - With Practical Demo of Character & String Functions)

Показать описание
This video demonstrates how to use string in C. Practical demonstration of the following program is explained in this video.
*) C-Program which accepts string from the user and character from the user. Find out the occurance of the given character.
INPUT:
Enter String : ATMIYA UNIVERSITY
Enter Character: I
I is found 3 times in ATMIYA UNIVERSITY
*) C Program to take input as a string convert it in toggle case.
INPUT : Parag C Shukla
OUTPUT: pARAG c sHUKLA
*) C-Program which accepts article from the user and display count of total no of character, total no of alphabets, total no of lower char, total no of upper char, total no of digits, total no of spaces and total no of punctuation character.
*) C-Program which accepts string from the user and reverse the string.
*) C-Program which accepts string from the user and find out given string is palindrome or not.
THANK YOU
For Learning More about Programming
*) C-Program which accepts string from the user and character from the user. Find out the occurance of the given character.
INPUT:
Enter String : ATMIYA UNIVERSITY
Enter Character: I
I is found 3 times in ATMIYA UNIVERSITY
*) C Program to take input as a string convert it in toggle case.
INPUT : Parag C Shukla
OUTPUT: pARAG c sHUKLA
*) C-Program which accepts article from the user and display count of total no of character, total no of alphabets, total no of lower char, total no of upper char, total no of digits, total no of spaces and total no of punctuation character.
*) C-Program which accepts string from the user and reverse the string.
*) C-Program which accepts string from the user and find out given string is palindrome or not.
THANK YOU
For Learning More about Programming