C-16-Q032mediumsingle_mcq
Which is an acceptable alternative when you want a name similar to print?
Which is an acceptable alternative when you want a name similar to print?
- a
print - b
Printonly - c
Myprintorprint1 - dyou cannot reuse the letters of
printat all
ব্যাখ্যা
You may freely modify the name by adding extra characters, so Myprint or print1 are distinct, valid identifiers. They do not clash with the built-in print, which only the exact spelling refers to.