how many header file is in C language ?
Answer Posted / prashant gupta
26 header files in C language.
| Is This Answer Correct ? | 16 Yes | 36 No |
Post New Answer View All Answers
Write a program for finding factorial of a number.
write a program to copy the string using switch case?
What is spaghetti programming?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
How can a program be made to print the line number where an error occurs?
Explain what is wrong with this statement? Myname = ?robin?;
How do shell structures work?
The difference between printf and fprintf is ?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is modeling?
What are predefined functions in c?
What are enums in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is clrscr in c?