how many header file is in C language ?
Answer Posted / vignesh
42 Header Files are available.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I use a preprocessorif expression to ?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What are the 5 elements of structure?
What is difference between constant pointer and constant variable?
When is the “void” keyword used in a function?
What are bitwise shift operators in c programming?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Why isn't it being handled properly?
How are portions of a program disabled in demo versions?
Is a house a mass structure?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What are conditional operators in C?
Tell me what is null pointer in c?
What is wrong with this statement? Myname = 'robin';
Differentiate between null and void pointers.