how many header file is in C language ?
Answer Posted / sampath
In my point of you there are above 300 header files are
there.
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Is fortran still used today?
Difference between Shallow copy and Deep copy?
Explain what is a stream?
What are pointers?
Is the exit() function same as the return statement? Explain.
Differentiate between a structure and a union.
What is the basic structure of c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Explain can the sizeof operator be used to tell the size of an array passed to a function?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program to print factorial of given number using recursion?
difference between Low, Middle, High Level languages in c ?
Add Two Numbers Without Using the Addition Operator
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?