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
What are the keywords in c?
What is the difference between the expression “++a” and “a++”?
What is a stream in c programming?
Explain how can you check to see whether a symbol is defined?
How can you access memory located at a certain address?
Is Exception handling possible in c language?
Why header file is used in c?
What is #pragma statements?
What is the difference between memcpy and memmove?
Is struct oop?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What do you mean by recursion in c?
Do pointers need to be initialized?
application attempts to perform an operation?
Write a c program to demonstrate character and string constants?