C-16-Q011mediumsingle_mcq
To recognize and use a variable throughout the programme, we must give it a:
To recognize and use a variable throughout the programme, we must give it a:
- adata type only
- bspecific name
- cpassword
- dcomment
ব্যাখ্যা
A variable must be given a specific name so the program can store, reference, and update its value in different places. This name acts as the identifier the interpreter uses to locate the value in memory.