which of the following is not valid c language data type
Answers
Explanation:
no option given sry I can't understand your question
Answer:
Explanation:
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.
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.