Question: Is the following statement valid? If not, why not? If so, what does it do? int x = (1,024); What about the following? int y;
Is the following statement valid? If not, why not? If so, what does it do? int x = (1,024);
What about the following?
int y;
y = 1,024;
Step by Step Solution
3.37 Rating (163 Votes )
There are 3 Steps involved in it
The first statement is not valid because the comma operator ... View full answer
Get step-by-step solutions from verified subject matter experts
