Computer Science, asked by mohandasthawrani50, 2 months ago

Q.1. Identify valid variable declaration.... a) _6 = 35. b) . = 9483. C) int = 158. d) None​

Answers

Answered by khakharoshan4
0

Answer:

In C language, a variable name can consists of letters, digits and underscore i.e. _ . But a variable name has to start with either letter or underscore. It can't start with a digit. So valid variables are var_9 and _ from the above question.

Answered by sugarcloud
1

Answer:

a) and c)

Refer to the attachment.

Only option b gives an error.

Attachments:
Similar questions