how many header file is in C language ?
Answer Posted / vrushali
Is there any valid reason where the limit is deceided.
| Is This Answer Correct ? | 24 Yes | 21 No |
Post New Answer View All Answers
What is static function in c?
In C language what is a 'dangling pointer'?
How does selection sort work in c?
Explain what does the format %10.2 mean when included in a printf statement?
Is c programming hard?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain how can a program be made to print the line number where an error occurs?
What is a nested loop?
What is indirection?
How to write a multi-statement macro?
Compare interpreters and compilers.
What are the data types present in c?
What's the difference between constant char *p and char * constant p?
What is the argument of a function in c?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix