1.

Suppose we have: int a=100; (signed by default).

A.
B. int a=lu100;
C. int a= 100ul;
Answer» D.


Discussion

No Comment Found