0 votes
in C Plus Plus by
Which of the following is not a valid data type in C Language?

A) char

B) float

C) double

D) string

1 Answer

0 votes
by

Answer: D

Explanation: String is not a valid data type in C Language. It is a collection of characters and can be represented using character arrays.

...