Which two are true about lexical units? (Choose two.)
Which two are true about lexical units? (Choose two.)
Character literals in programming languages are typically case-sensitive, which means 'a' and 'A' would be considered different characters. Identifiers, which include variable names, function names, and labels, are used to identify different program elements. Therefore, the statements 'Character literals are case-sensitive' and 'Identifiers include labels' are both true regarding lexical units.
I Think It's A+C option E is wrong because only non-quoted Must start with alphabet.
A+C is correct
A and C maybe?