Exam 1z0-811 All QuestionsBrowse all questions from this exam
Question 29

Given the code fragment:

Which statement is true?

    Correct Answer: B

    A compilation error occurs at line 3. This is because the code on line 2 is not properly concatenating the string 'Hello' with the variable 'name' due to the newline character and comment causing a syntax issue.

Discussion
aum0201Option: C

Its correct , I compiled.