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

What are header files in c programming?

658


How do I round numbers?

602


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

721


Can a void pointer point to a function?

574


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

1849






List the difference between a 'copy constructor' and a 'assignment operator' in C?

639


Which driver is a pure java driver

994


Write a program of prime number using recursion.

622


What does *p++ do? What does it point to?

617


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1741


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1599


Explain what is the general form of a c program?

625


What does a pointer variable always consist of?

666


What is the general form of function in c?

611


What is file in c language?

578