Answer Posted / glibwaresoftsolutions
A function prototype declares the function's name, return type, and parameters without providing the actual implementation.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is not a pointer null after calling free?
What are lookup tables in c?
Do you know the difference between exit() and _exit() function in c?
What is the use of f in c?
When should the register modifier be used? Does it really help?
How can my program discover the complete pathname to the executable from which it was invoked?
What is this infamous null pointer, anyway?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain what standard functions are available to manipulate strings?
What is a char in c?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is the use of typedef in structure in c?
Calculate 1*2*3*____*n using recursive function??
What is line in c preprocessor?