how many header file is in C language ?
Answer Posted / vignesh
42 Header Files are available.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
develop algorithms to add polynomials (i) in one variable
why return type of main is not necessary in linux
What is 02d in c?
Explain what is the benefit of using enum to declare a constant?
What is logical error?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
Explain what are global variables and explain how do you declare them?
Explain what is a pragma?
What is far pointer in c?
Explain what is the general form of a c program?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Can we assign integer value to char in c?
What is the difference between printf and scanf in c?
What is sizeof array?
How many bytes is a struct in c?