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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A char
  • B int
  • C float
  • D string
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.

Share This Question

Challenge a friend or share with your study group.