Sudeep Kumar
7
Q:

difference between unsigned and signed

unsigned int x; //Unsigned variables can store the number zero and positive numbers.

signed int y; //Signed variables can store negative, zero, and positive numbers.
0

New to Communities?

Join the community