Computer Science, asked by saisaikumar12345, 3 months ago

Which of the following is NOT a valid data type in C programming language?​

Answers

Answered by mad210202
10

Answer:

The answer of the following question is Option C.

Explanation:

Long is not a valid ‘data type’ in C language.

Data types - Data types are the predefined term that used to define the data user or programmer enter.

It specify the type of data.

Types of data types:

  • Integer
  • Char
  • string
  • Float
  • Void

 

Long is not a valid data type because it is predefined term that uses to expand the valid data types range like Double can store Up to 16 decimal places uses Long double.

Similar questions