C-16-Q025mediumsingle_mcq
My Variable (with a space) is an incorrect variable name; the correct form is:
My Variable (with a space) is an incorrect variable name; the correct form is:
- a
My-Variable - b
MyVariableorMy_Variable - c
My Variable! - d
'My Variable'
ব্যাখ্যা
The space in My Variable is illegal, so the words must be joined directly as MyVariable or linked with an underscore as My_Variable. Hyphens and quotes are not valid name characters.