Computer Science, asked by pratiking8, 10 months ago

3)Which of the following can not be a variable name in C? *

1)true

2)Friend

3)export

4)Volatile

Answers

Answered by cooLsUBham
29

Answer:

answer is 3 export which cannot be a variable name in c

Answered by mad210219
7

VOLATILE

Explanation:

4) Volatile

Just letters, figures and underscore may be used for the variable name. A letter or an underscore should be the first letter of a variable. No variable length policy exists.

The name of the variable indicates what the variable contains details. The defined information will shift but the functions of the variable must stay the same.

They are called variables. In general, the "Symbolic" notation should be written to make a statement always symbolically valid.

Similar questions