Which C11 keyword is used to define boolean data types in the C programming language?

Which C11 keyword is used to define boolean data types in the C programming language?
A . _Alignas
B . _Noreturn
C . _Bool
D . __func__

Answer: C

Explanation:

The _Bool keyword in C11 is used to define boolean data types in the C programming language.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments