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
Is fortran still used today?
Which header file is used for clrscr?
Is c pass by value or reference?
Are global variables static in c?
Are comments included during the compilation stage and placed in the EXE file as well?
Write a program on swapping (100, 50)
Define recursion in c.
What is pointer to pointer in c with example?
Write programs for String Reversal & Palindrome check
Why c is faster than c++?
What are the different types of control structures?
What are categories used for in c?
What is the difference between the local variable and global variable in c?
Are local variables initialized to zero by default in c?
What should malloc() do?