how many header file is in C language ?
Answer Posted / venky
iso c standard has 24 hederfiles...
| Is This Answer Correct ? | 20 Yes | 13 No |
Post New Answer View All Answers
What do you mean by keywords in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is structure in c definition?
i want to know the procedure of qualcomm for getting a job through offcampus
Can a variable be both const and volatile?
What are the types of data files?
What is the advantage of a random access file?
Why c language is called c?
What is a program flowchart and explain how does it help in writing a program?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is an lvalue?
Write a c program to demonstrate character and string constants?
What standard functions are available to manipulate strings?
What does malloc () calloc () realloc () free () do?
What is character constants?