______ Keyword is used represent real number data type in C language.
(A)int
(B)float
(C)char
(D)void
Answers
Answered by
1
Answer:
Char
Explanation:
Char keyword is used to represent real data type in C language
Answered by
0
"Option B: Float Keyword is C language is used to represent real number data type.
Data type in C language:
float: In C, the float is a data type that contains a real number that is not an integer, because in float it includes a fraction in decimal.
int: In C, an integer data type is a whole number that can be positive, negative, or zero. Example : -5, 1, 5, 8, 97, and so on.
char: In C, char data type to store characters and letters.
void: void is used in programming languages as a function return type, and it indicates that the function does not return a value.
Similar questions