Single Choice
Easy
QWhat is a pointer to a function in C?
ID: #7195
Pointer in C Language
203 views
Question Info
#7195Q ID
EasyDifficulty
Pointer in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: B
Explanation: A pointer to a function in C is a pointer that stores the address of a function in memory. You can use this pointer to call the function directly, without having to refer to it by name.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic