how many header file is in C language ?
Answer Posted / prak_ca04
4
| Is This Answer Correct ? | 99 Yes | 113 No |
Post New Answer View All Answers
What is the use of function overloading in C?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Explain how can I remove the trailing spaces from a string?
What is %s and %d in c?
What are the advantages of using new operator as compared to the function malloc ()?
What are the advantages of Macro over function?
The file stdio.h, what does it contain?
What is array of structure 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
write a program to create a sparse matrix using dynamic memory allocation.
Can a program have two main functions?
Hi can anyone tell what is a start up code?
Where are c variables stored in memory?
Can you think of a logic behind the game minesweeper.
What is the use of linkage in c language?