help . what is signed and unsigned?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

help . what is signed and unsigned??

26th Apr 2016, 4:42 PM
reza
reza - avatar
7 Answers
+ 5
Signed can hold both positive and negative values but unsigned can only hold positive numbers
6th May 2016, 7:20 PM
SJKakjASKAL
+ 1
ops i did mistake sorry for that actually singed can hold both positive and negative bun unsigned can hold only positive values
19th Jun 2016, 7:15 PM
Iman Ali
Iman Ali - avatar
+ 1
signed contains both negative and positive and unsigned contains positive values
22nd Jun 2016, 4:20 PM
gandhiyash
+ 1
signed means + and - symbol, and unsigned required only +..
18th Jul 2016, 8:36 AM
meherDev
meherDev - avatar
0
it means that with a signed integer you can have either the + or the - sign, so it can be either positive or negative. with an unsigned integer, you have no sign (or it's ignored by your program, I guess), so it's always considered as positive.
15th Jun 2016, 1:35 PM
naghree
0
ya signed can hold inly positive values but unsigned can hold both positive and negative values
19th Jun 2016, 7:14 PM
Iman Ali
Iman Ali - avatar
0
signed contains both positive and negative values but unsigned contains only the positive value
8th Jul 2016, 3:43 PM
Ayushi Agarwal