how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / hrishikesh
I think it is decided by Os...
Because variables are assigned memory while the program is
in execution which is done by the OS,and the "MEMORY
MANAGEMENT" is one of the important services provided by the
OS which does the "memory allocation and De allocation".
So, what will be the amount of location needed to store an
int is OS dependent .
Thanks ....,,,,
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me what is the purpose of 'register' keyword in c language?
What are the back slash character constants or escape sequence charactersavailable in c?
What is a loop?
What is the difference between far and near ?
Explain two-dimensional array.
Why do we use int main instead of void main in c?
What is New modifiers?
How can I split up a string into whitespace-separated fields?
Can we change the value of #define in c?
Explain how many levels deep can include files be nested?
Is null valid for pointers to functions?
What is c system32 taskhostw exe?
What is bin sh c?
When should a far pointer be used?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.