how many header file is in C language ?
Answer Posted / prak_ca04
4
| Is This Answer Correct ? | 99 Yes | 113 No |
Post New Answer View All Answers
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is clrscr in c?
What is the purpose of sprintf() function?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Why c is a mother language?
What is the difference between int main and void main in c?
Explain the ternary tree?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
find the sum of two matrices and WAP for it.
What does the c in ctime mean?
Are there constructors in c?
Is malloc memset faster than calloc?
What does nil mean in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above