how many header file is in C language ?
Answer Posted / chanchal kardam
The correct answer is 41 header files in C language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the full form of getch?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is New modifiers?
what is the different bitween abap and abap-hr?
What is a pointer variable in c language?
What is a pragma?
Do you have any idea about the use of "auto" keyword?
What do you mean by invalid pointer arithmetic?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What is the advantage of c?
How can I do graphics 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
List some basic data types in c?
What is sizeof in c?
string reverse using recursion