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
What are register variables in c?
What is the difference between strcpy() and memcpy() function in c programming?
What is the purpose of the preprocessor directive error?
What are the types of c language?
Are the variables argc and argv are local to main?
What should malloc() do?
What functions are in conio h?
What is the difference between struct and typedef struct in c?
Which one would you prefer - a macro or a function?
Explain how can I convert a number to a string?
Does c have function or method?
Can you write the function prototype, definition and mention the other requirements.
How do we make a global variable accessible across files? Explain the extern keyword?
about c language
What is null character in c?