totally how much header files r in c language
Answer Posted / nirosha
i thick there 24 headerfiles in c language
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain #pragma statements.
write a program to create a sparse matrix using dynamic memory allocation.
When do we get logical errors?
Differentiate Source Codes from Object Codes
What is the difference between fread and fwrite function?
Difference between goto, long jmp() and setjmp()?
Explain is it valid to address one element beyond the end of an array?
How is a structure member accessed?
What are the types of pointers in c?
What is the use of the function in c?
State the difference between x3 and x[3].
Can a pointer point to null?
How the c program is executed?
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.
Do string constants represent numerical values?