how to count no of words,characters,lines in a paragraph.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which one would you prefer - a macro or a function?

0 Answers  


What is c language in simple words?

0 Answers  


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


how can i sort numbers from ascending order and descending order using turbo c..

1 Answers  






application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

0 Answers  


what is c++ programming?

3 Answers   TCS,


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


Explain 'far' and 'near' pointers in c.

0 Answers  


What is difference between class and structure?

0 Answers  


write a program to check whether a number is Peterson or not.

3 Answers  


Why is c so popular?

0 Answers  


Categories