how many header file is in C language ?
Answer Posted / saicharan(cherry)
55 hadder files in C language
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
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)
Lists the benefits of c programming language?
Can i use “int” data type to store the value 32768? Why?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is abstract data structure in c?
Tell me when would you use a pointer to a function?
What is c++ used for today?
How variables are declared in c?
How can I invoke another program or command and trap its output?
What is a macro?
write a proram to reverse the string using switch case?
How can a number be converted to a string?
Explain the difference between #include "..." And #include <...> In c?
What are pointers in C? Give an example where to illustrate their significance.