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
Why do we use c for the speed of light?
How was c created?
Write a program to show the change in position of a cursor using c
Write a small C program to determine whether a machine's type is little-endian or big-endian.
Tell us two differences between new () and malloc ()?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
size maximum allocated by calloc()
What are type modifiers in c?
write a c programme for add of two numbers with out use of arthematic operators