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
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Difference between goto, long jmp() and setjmp()?
Define circular linked list.
write a c program to find the sum of five entered numbers using an array named number
Explain function?
What is meant by type casting?
What is pivot in c?
Is c still used?
diff between exptected result and requirement?
Is exit(status) truly equivalent to returning the same status from main?
What is string concatenation in c?
Explain the advantages of using macro in c language?
How to write a multi-statement macro?
How do you override a defined macro?