how many header file is in C language ?
Answer Posted / prasanth
around 270 files
| Is This Answer Correct ? | 9 Yes | 18 No |
Post New Answer View All Answers
Is a pointer a kind of array?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Which function in C can be used to append a string to another string?
how to write a c program to print list of fruits in alpabetical order?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
program for reversing a selected line word by word when multiple lines are given without using strrev
Can static variables be declared in a header file?
Why is extern used in c?
Why functions are used in c?
I have seen function declarations that look like this
Why is c so powerful?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Where local variables are stored in c?
What is include directive in c?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.