Exam 1z0-149 All QuestionsBrowse all questions from this exam
Question 46

Which two are true about lexical units? (Choose two.)

    Correct Answer: A, C

    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.

Discussion
abdullah_barhamOptions: AC

I Think It's A+C option E is wrong because only non-quoted Must start with alphabet.

mattiamarraffa

A+C is correct

2oracleexamOptions: AC

A and C maybe?