Answer Posted / hema
0
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Can a function argument have default value?
What is the difference between far and near in c?
What is .obj file in c?
What is the difference between null pointer and wild pointer?
Difference between pass by reference and pass by value?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain the use of fflush() function?
What is wrong with this declaration?
Does * p ++ increment p or what it points to?
What is the Purpose of 'extern' keyword in a function declaration?
What is the difference between exit() and _exit() function in c?
If fflush wont work, what can I use to flush input?
When should the const modifier be used?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.