long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / rohit
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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What does 3 mean in texting?
Where in memory are my variables stored?
Explain the advantages and disadvantages of macros.
Explain what is the difference between null and nul?
write a program to rearrange the array such way that all even elements should come first and next come odd
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
Why main function is special give two reasons?
What are the header files used in c language?
What is #define?
What are identifiers in c?
How can I send mail from within a c program?
Explain what are binary trees?
differentiate built-in functions and user – defined functions.
Is there a way to switch on strings?