C में अंतर्निहित डेटा प्रकार:
Built in data type in C:
A
Boolean
B
String
C
char
D
Set
Explanation
In the C programming language, char is a built-in (primitive) data type used to store single characters.
Other built-in types in C include int, float, double, and char.
Hindi:
C भाषा में char एक मूल (built-in) डेटा टाइप है, जिसका उपयोग एक अक्षर (character) को संग्रहित करने के लिए किया जाता है।
C के अन्य built-in टाइप्स हैं: int, float, double और char।
Correct Answer: C) char