Answer Posted / guest
I Guess short int
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Which of these functions is safer to use : fgets(), gets()? Why?
What is keyword with example?
What is the purpose of type declarations?
Who developed c language?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Why do we use pointer to pointer in c?
Do you know the use of fflush() function?
What are the differences between Structures and Arrays?
What is local and global variable in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is wrong with this declaration?
When should a far pointer be used?
Explain about C function prototype?
a c code by using memory allocation for add ,multiply of sprase matrixes
Why is not a pointer null after calling free?