For Solution  call and mail: Mo.No.:9810301034,  g9_sharma@yahoo.com
String
1.          WAP to input and display string.
2.          WAP to use of

1)          strcat
2)           strcpy
3)           strcmp
4)          strcmpi
5)          strlwr
6)          strupr
7)          strrev
8)        strlen

3.          WAP to convert String in upper case or lower case.
4.          WAP to count in given message.

a.                 Upper Case.
b.                Lower Case
c.                 Words,
d.                Space
e.                 Digits
f.                  Special Characters
For Solution  call and mail: Mo.No.:9810301034,  g9_sharma@yahoo.com
5.          WAP to count words start with

a.                 Capital letters
b.                Small letters
c.                 Digits
d.                Special character in given message.

6.          WAP to count words end with

a.                 Capital letters
b.                Small letters
c.                 Digits
d.                Special character in given message.
For Solution  call and mail: Mo.No.:9810301034,  g9_sharma@yahoo.com
7.          WAP to replace every space with a hyphen(#) in string .
8.          WAP to remove all space present in in string .

9.          WAP that check the character present in a string or not.
10.       WAP that count the character in a string.
11.       WAP  to delete the all consonants from given string.
12.       WAP  to delete the all vowels  from given string.
13.       WAP  to print the string from given character.
14.       WAP String concatenation without using strcat
15.       WAP How to compare two strings  without using strcmp
16.       WAP String copy without using strcp
17.         WAP to check a string whether a string is Palindrome or not.
18.       WAP  to sort the characters of a string.
For Solution  call and mail: Mo.No.:9810301034,  g9_sharma@yahoo.com
19.         WAP that check a character in a string at on specified position.
20.         WAP that display the string from a specified position to a specified position .
21.         WAP which accepts a strings and print it in the following format according to user’s  choice :

a.   Sentence case
b.  Title Case
c.   UPPER CASE
d.  lower case
e.   tOGGLE cASE

22.         WAP the print the string one character at a line .
23.         WAP to count vowel and consonants in msg.

24.         WAP to count no of words start with vowel and end with consonants in msg.
25.         WAP the display reverse a msg .

26.         WAP to check given string is palindrome or not.
27.         WAP the display each word of a msg in new line.
For Solution  call and mail: Mo.No.:9810301034,  g9_sharma@yahoo.com
28.         WAP the display each word with frequency of vowels in a message.
29.         WAP the display each word with no of characters present in a message in new line.
30.         WAP the display word which have maximum no of characters in a message. .
31.         WAP the display each word with frequency of vowels and consunent  present  in the message.
32.       WAP to input a string and count the frequency of a particular word occurs in it. Display the frequency of  the searched word.
For example : if the string is : The monkey is sitting on the tree. And the monkey was very naughty . And the word to be searched is : the  , then the output will be : 3 times.
33.       WAP to display each word of the string in reverse order.
For example : If Input string = “I love my India”                      Output should be :- “I evol ym aidnI”
34.       WAP in   to input a string and print out the text with the uppercase and lowercase letters reversed, but all other characters should remain the same as before.
For Example:   INPUT  : WelComE TO School                            OUTPUT : wELcOMe to sCHOOL
for Note's and Assignment call Message : 9810301034 and email on g9_sharma@yahoo.com

Comments

Popular posts from this blog

C# Connectivity with MySql Server..