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
What is c language and why we use it?
What are the back slash character constants or escape sequence charactersavailable in c?
Can include files be nested? How many levels deep can include files be nested?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
write a c program for swapping two strings using pointer
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What is restrict keyword in c?
Place the #include statement must be written in the program?
Why flag is used in c?
I have a varargs function which accepts a float parameter?
What is the use of a semicolon (;) at the end of every program statement?
What is sizeof in c?
Explain why can’t constant values be used to define an array’s initial size?
What is the difference between if else and switchstatement