Unsigned short int
unsigned short int
जब हम 16-Bit
Compiler को Use करते है और हमें छोटी लेकिन
केवल Positive संख्या को ही Computer में
Store करने के लिए Storage Space Reserve करना होता है , तब हम unsigned short int प्रकार का identifier
Declare करते है | ये
Identifier
भी Memory में 2 Bytes की
Storage Space ही Reserve करता है और
इसे Declare करने की तरीका signed short typed के Identifier को Declare करने
के समान ही होता है | यानि
:
unsigned short int
salary
or
unsigned short salary
No comments