i want to have a program to read a string and print the
frequency of each character and it should work in turbo c
Answer Posted / shashi
33 45
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain what does the function toupper() do?
What is #ifdef ? What is its application?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is new line escape sequence?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
Can you return null in c?
How many data structures are there in c?
What is scope of variable in c?
Is c programming hard?
What is %d called in c?
How can you find the exact size of a data type in c?
how to create duplicate link list using C???
#include
What is the purpose of clrscr () printf () and getch ()?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?