C Language Problem 8 | Sanfoundry | #Shorts

preview_player
Показать описание
#Shorts - C Programming Language Series - Problem 8

1. C Language Problems Shorts Playlist:

2. C Interview Question Videos Playlist:

3. Advanced C Programming Videos (English Playlist):

4. Advanced C Programming Videos (Hindi Playlist):

5. Advanced C Programming Tutorial Video Series:

6. C Interview Questions Video Series:

7. 1000 MCQs (Multiple Choice Questions) on C programming:

8. Ultimate C Programs Collection (with Data-Structures + Algorithms):

#CShorts #CProgrammingShorts #CProblemShorts #SanfoundryShorts
Рекомендации по теме
Комментарии
Автор

-128 as signed char has range between -128 to +127 and after 127 the number will start from -128 i.e value will not exceed this range.

pradeepgaur
Автор

Stored as in 1Bytes = 8 bits, char size. 128 as 1000 0000 (2^7)and store in 2 s complemtary no system so 2 complement of no is same but reading convention is different 1000 0000 so negative 2^7 so -- ANS should be -128

bhalachandrapatil