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
What is the meaning of typedef struct in c?
What is indirection in c?
State the difference between x3 and x[3].
Can you write the function prototype, definition and mention the other requirements.
What is c variable?
Why do we use pointer to pointer in c?
What is the significance of c program algorithms?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is %g in c?
Write a program to swap two numbers without using third variable in c?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is static volatile in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .