Char c='E'; what numerical value does the variable c have?
Answers
Answered by
0
Answer:
C programming, int stands for integer, or a non-decimal numeric value. For example, -38, 15 and 0 are all int values. An int type is stored as 2 or 4 bytes. Older systems stored int as 2 bytes within a range of -32,768 to 32,767, but now it takes up 4 bytes and can range
Similar questions