Question: In the following statement: foo = 'C' + 1; Which of the following is a legitimate choice of data type of the variable foo ?
In the following statement:
foo = 'C' + 1;
Which of the following is a legitimate choice of data type of the variable foo?
(More than one may be correct)
| int |
| char |
| string |
| None of the choices above since the statement is syntactically incorrect regardless of its data type. |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
