Question

Which of the following cannot be used as identifiers?

A Letters
B Digits
C Underscores
D Spaces
Answer & Explanation
Option: [D]

Variable name, function name, structure name etc. are called identifiers. Spaces are not used in names.