1.

Which of the following is an Example of variable initialization?

A. int a, b, c;
B. int a = 10, b = 10;
C. int 10 = a;
D. None of the above
Answer» C. int 10 = a;


Discussion

No Comment Found