how many header file is in C language ?
Answer Posted / purna chandra reddy
there are 256 header files are ther in c language
Is This Answer Correct ? | 8 Yes | 13 No |
Post New Answer View All Answers
What is the use of #define preprocessor in c?
What is header file in c?
What is a macro in c preprocessor?
Between macros and functions,which is better to use and why?
Explain how can I write functions that take a variable number of arguments?
How variables are declared in c?
What is the use of a semicolon (;) at the end of every program statement?
Differentiate between a for loop and a while loop? What are it uses?
What is the use of a static variable in c?
Explain how do you print only part of a string?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What are formal parameters?
What are the advantages of the functions?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What are the two types of functions in c?