long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / raja kumar
yes, i too agree it is compiler dependent. But, can anyone
explain, why it is compiler dependent?
If it is a 16 bit compiler, then the size of int is 2
bytes. If it is a 32 bit compiler, then the size of int is
4 bytes. Is there is any reason behind this? It will be
helpful if anyone clarifies this?
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Can we add pointers together?
Are there any problems with performing mathematical operations on different variable types?
Who developed c language and when?
What are the 4 types of unions?
using for loop sum 2 number of any 4 digit number in c language
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
List some basic data types in c?
Can we compile a program without main() function?
What is meant by inheritance?
what are the advantages of a macro over a function?
How can you determine the size of an allocated portion of memory?
Why do we use null pointer?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
Write a program to print fibonacci series using recursion?