Identify all the keywords in the statement float a= 3.23;
Answers
Answered by
0
Answer:
float
Explanation:
float is the keyword present in the statement
a is variable
Answered by
1
Answer:
Hey mate,
here is your answer
The following lists the keywords and reserved words of the c++ language:
- asm.
- auto.
- bool.
- break.
- case.
- catch.
- char.
- class.
Similar questions