Single Choice
Easy
QWhich of the following is not a valid data type in C?
ID: #7199
Fundamentals of C Language
1,004 views
Question Info
#7199Q ID
EasyDifficulty
Fundamentals of C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Answer: D
Explanation: string is not a valid data type in C. Instead, strings are represented as arrays of characters in C.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic