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)
How can I ensure that integer arithmetic doesnt overflow?
What is the use of sizeof?
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
What is union in c?
What are local and global variables?
What is getch() function?
What is wrong with this statement? Myname = 'robin';
What is a memory leak in structures? How can we rectify that?
What are header files in c?
#‎include‬<stdio.h> void main() { int i; for(i=5;0;i++) { printf("%d",i); } }
What is string function in c?
What does c mean in basketball?