Which C11 keyword is used to indicate a function that never returns?

Which C11 keyword is used to indicate a function that never returns?
A . _Noreturn
B . _Pragma
C . _Alignof
D . _Bool

Answer: A

Explanation:

The _Noreturn keyword in C11 is used to indicate a function that never returns control to its caller.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments