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
4
Answer:
5str=hello world is incorrect
Answered by
0
Answer: Option c is incorrect because the string variable contains character string
Explanation:
Similar questions