If integer needs two bytes of storage, then the minimum value of a signed integer in C would be




Answers
Answered by
1
Answer:
oycxycoutxckgxyockykfdyjdtxkfxmzntxoig7fyfug hwjwehdjdkdekjee jsjdhebnenjcxs jssjsjsj jjaaa jaaaa jsns js
Answered by
2
2 bytes is needed to store the signed integers in c if there will be two bytes for the integer.
Explanation:
- The signed integers and the integer is the same data type in c and it is used to store the integers with the help of signed bits, or without the signed bits for positive numbers.
- This data type can store the negative numbers, 0 or positive numbers, the negative numbers are stored with the help of signed bits.
- But the unsigned integers are a different data type in c which is used to store the 0 and the positive value.
- So if the integer data type is used to store the 2 bytes, then signed integers also used the 2 bytes to store the data which range from -32768 to 32767.
Learn More :
- C-Language : https://brainly.in/question/610076
Similar questions