Computer Science, asked by iron0651, 4 days ago

Which one of the following variable declarations is incorrect and why?
a) result=40
b) area_tri=73.5
c) 5str="Hello world"
d) CarName2="Maruti"

Answers

Answered by rahulkr049484847
4

Answer:

5str=hello world is incorrect

Answered by iLemon
0

Answer: Option c is incorrect because the string variable contains character string

Explanation:

Similar questions