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
State the difference between x3 and x[3].
How to get string length of given string in c?
What is exit() function?
I came across some code that puts a (void) cast before each call to printf. Why?
How can you avoid including a header more than once?
What does 4d mean in c?
What does char * * argv mean in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
can we implement multi-threads in c.
Why do we use main function?
What is variable and explain rules to declare variable in c?
How do you convert strings to numbers in C?
Why clrscr is used in c?
Explain can static variables be declared in a header file?
What is function in c with example?