pgm to find number of words starting with capital letters
in a file(additional memory usage not allowed)(if a word
starting with capital also next letter in word is capital
cann't be counted twice)


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

Post New Answer

More C Interview Questions

How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


What is the use of sizeof?

0 Answers  


int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?

6 Answers   Verifone,


What is union in c?

0 Answers  


What are local and global variables?

3 Answers  






What is getch() function?

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


What is a memory leak in structures? How can we rectify that?

2 Answers  


What are header files in c?

0 Answers  


#&#8206;include&#8236;<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }

2 Answers   Facebook,


What is string function in c?

0 Answers  


What does c mean in basketball?

0 Answers  


Categories