how many header file is in C language ?

Answer Posted / mohan

there are 24 header files in c language

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the standard predefined macros?

639


What are types of preprocessor in c?

624


What are the types of assignment statements?

633


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

715


What is the difference between #include and #include 'file' ?

610






What is a c token and types of c tokens?

594


What is the difference between near, far and huge pointers?

630


What are the modifiers available in c programming language?

744


What are the parts of c program?

640


How can you call a function, given its name as a string?

716


what do you mean by inline function in C?

620


What is the difference between text and binary modes?

650


Why is void main used?

625


What is the mean of function?

651


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1881