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
Who developed c language?
Explain enumerated types in c language?
explain what is an endless loop?
How can you be sure that a program follows the ANSI C standard?
What happens if a header file is included twice?
Where local variables are stored in c?
Is array name a pointer?
what is recursion in C
Explain how do you determine the length of a string value that was stored in a variable?
what is the difference between class and unio?
What is file in c preprocessor?
How do you declare a variable that will hold string values?
What is the difference between text and binary i/o?
What are the 4 types of functions?
In C, What is the #line used for?