Multiple Choice
Which of the following statements is NOT legal?
A) char ch='b';
B) char ch='0';
C) char ch=65;
D) char ch="cc";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: What is the value of x after
Q6: What is the final value of x
Q7: The body of a while loop may
Q8: Variable names may begin with a number.
Q9: The stream that is used for input
Q11: The opposite of x >3 && x
Q12: What is the output of the following
Q13: A loop that always executes the loop
Q14: In a compound logical and &&) expression,
Q15: What is the value of x after