how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / prashant
It depend upon What kind of machine you have (16 or 32 bit)?
If you are using 16 bit machine then int requires 2 bytes of
memory and if you are using 32 bit machine then int requires
4 bytes of memory...
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a structure member in c?
What is this pointer in c plus plus?
What is the code for 3 questions and answer check in VisualBasic.Net?
List some applications of c programming language?
what is recursion in C
Why do some versions of toupper act strangely if given an upper-case letter?
If null and 0 are equivalent as null pointer constants, which should I use?
How can I automatically locate a programs configuration files in the same directory as the executable?
Why is c called c not d or e?
What is the difference between constant pointer and constant variable?
Describe the header file and its usage in c programming?
What is stack in c?
What is wrong with this initialization?
Write a program of prime number using recursion.
What is operator promotion?