Difference between signed int and unsigned int in c
Answers
Answered by
1
Answer:
Signed and unsigned are the two types of integer values that are stored in the variables. The difference lies in the sign on the value stored in these variables. Signed int stores the value with rhe sign i.e., positive or negative. The unsigned integer donot store the sign of the values.
Similar questions