Write a program to print distinct words in an input
along with their count in input in decreasing order of
their count
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i=400,j=300; printf("%d..%d"); }
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
What is the condition that is applied with ?: Operator?
what is the difference between char * const and const char *?
Write a program to exchange two variaables without temp
Explain 'far' and 'near' pointers in c.
What is the use of pointers in C?
0 Answers Impetus, Motorola, Tavant Technologies, Virtusa,
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
What is masking?
When was c language developed?
Does c have enums?