Answer Posted / hr@tgksolutions.com
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
How do you determine whether to use a stream function or a low-level function?
Explain what is the purpose of "extern" keyword in a function declaration?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
I have seen function declarations that look like this
What is the difference between procedural and declarative language?
How to delete a node from linked list w/o using collectons?
What Is The Difference Between Null And Void Pointer?
What is difference between scanf and gets?
Describe the steps to insert data into a singly linked list.
Explain what is the advantage of a random access file?
How can you convert integers to binary or hexadecimal?
Why are algorithms important in c program?
Why main is not a keyword in c?
How can I find the modification date of a file?
Not all reserved words are written in lowercase. TRUE or FALSE?