ADVANCED TOPICS IN COMPILER DESIGN
CODE GENERATION FOR OBJECT ORIENTED LANGUAGES
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
If you store a smaller number in an integer, (say 10 instead of 1234, ) it will take up less memory.
|
False
|
|
True
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -C++ int. The int keyword is used to indicate integers. Its size is usually 4 bytes. Meaning, it can store values from-2147483648 to 2147483647.
There is 1 question to complete.