totally how much header files r in c language

Answer Posted / vijay

there are 29 hederfiles in c

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between constant pointer and constant variable?

749


Define the scope of static variables.

607


Why clrscr is used after variable declaration?

1042


Write a program to print fibonacci series using recursion?

588


What is a constant?

636






What is the size of a union variable?

603


Why c language?

649


Why static variable is used in c?

558


Is c easy to learn?

562


What is wrong with this declaration?

614


Where are the auto variables stored?

626


When is a “switch” statement preferable over an “if” statement?

650


Explain how do you sort filenames in a directory?

609


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

647


Explain low-order bytes.

624