- A A function that takes no arguments
- B A declaration of a function that specifies the function's name, return type, and parameter types
- C A function that returns a pointer to another function
- D A function that has a variable number of arguments
- Share this MCQ
Answer:
B
Share this MCQ
Answer: B) A declaration of a function that specifies the function's name, return type, and parameter types. A function prototype is a declaration of a function that appears before the function is defined or called. It specifies the function's name, return type, and parameter types.
Click me to Read more Question & Answer of Function in C LanguageShare this MCQ