Computer Science, asked by sumeetpaulpb08, 6 months ago

which of the following is not a valid c language data type​

Answers

Answered by BornCxnfused
25

Long is not a valid 'data type' in C language. Explanation: Data types can be define or specify how the 'data' has to get entered in our programs and what type of data we have to enter.

Answered by rohitkumargupta
9

HELLO DEAR,

QUESTION:-which of the following is not a valid data type in C language?

a)Char

b) Float

c) Long

d)Double

ANSWER:- Option c) Long

Long not a valid data type in c language.

data type can be defined and specify how the data has to get entered in our program and what type of data we have to enter. C language has some predefined set of data types where it handles various type of data that we have to use in our program

The data type and various storage capacities.it has two data type namely primary and derived data type. Example are int,float,double,long double ,char, void,etc.

I HOPE IT'S HELP YOU DEAR,

THANKS.

Similar questions