totally how much header files r in c language

Answer Posted / uk

i think there are morethan 30 headerfiles in c

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented bcpl language?

698


Why main is not a keyword in c?

641


what do u mean by Direct access files? then can u explain about Direct Access Files?

1637


What is the difference between int main and void main?

569


What is s or c?

589






What are the 5 data types?

596


What are the difference between a free-standing and a hosted environment?

735


Explain how can I prevent another program from modifying part of a file that I am modifying?

633


What is the difference between typedef struct and struct?

592


Where are the auto variables stored?

620


Write a simple code fragment that will check if a number is positive or negative.

704


Is main is user defined function?

588


What is a double c?

584


What is I ++ in c programming?

617


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

1845