Long int type variable occupy
bytes in C language
Answers
Answered by
5
Answer:
Data Type Memory (In Bytes) Range
unsigned short int 2 0 to 65,535
long int 4 -2,147,483,648 to 2,147,483,647
unsigned long int 4 0 to 4,294,967,295
long long int 8 -(263) to (263)-1
Answered by
0
Answer:
One person take a loan Rs.1000 and promised to give Rs140
interest in 12 EMI. And every amount of EMI is get
decreased by Rs.10 then how much amount that person
gives return to bank.
Similar questions