True/False
The following is a legal C++ statement to define and initialize a variable.
char firstName = "Jack";
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The expression 5 / 2 evaluates to<br>A)
Q11: The _ is used to display information
Q12: Which of the following definitions will allow
Q13: Which of the following is/are valid C++
Q14: A _ is used to mark the
Q16: What value will be assigned to the
Q17: A variable of the char data type
Q18: #include <iostream> is an example of a(n)<br>A)
Q19: The following two statements both assign the
Q20: You must have a(n) _ for every