how many header file is in C language ?
Answer Posted / sampath
In my point of you there are above 300 header files are
there.
| Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
Explain how do you generate random numbers in c?
What is d'n in c?
Explain what does it mean when a pointer is used in an if statement?
Are negative numbers true in c?
How can I read in an object file and jump to locations in it?
Is c weakly typed?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain how do you declare an array that will hold more than 64kb of data?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
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.
Describe how arrays can be passed to a user defined function
Explain bit masking in c?
Explain what does the format %10.2 mean when included in a printf statement?
How can I open files mentioned on the command line, and parse option flags?
Explain that why C is procedural?