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

Can I pass constant values to functions which accept structure arguments?

2 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


Define macros.

0 Answers   Tech Mahindra,


what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā€œ%d\nā€,j); }

14 Answers   Oracle,


What is C language Terminator?

15 Answers   TCS,






What is c language used for?

0 Answers  


Where does the name "C" come from, anyway?

0 Answers   Celstream,


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


What is the mean of function?

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


What is the use of function in c?

0 Answers  


Categories