What is a buffer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me the use of bit field in c language?
write a program to remove occurrences the word from entered text?
What is the right type to use for boolean values in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is n in c?
please give code for this 1 2 4 7 11 16
what is the benefit of c30
What are keywords in c with examples?
Why do we use header files in c?
which one is better structure or union?(other than the space occupied )