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
find the sum of two matrices and WAP for it.
write a program in c language to print your bio-data on the screen by using functions.
What are the applications of c language?
Write a program to print fibonacci series without using recursion?
What is a pointer in c?
How to implement a packet in C
What is the scope of static variable in c?
Explain the priority queues?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the difference between null pointer and wild pointer?
What does c mean in standard form?
How many levels deep can include files be nested?
What does c mean?
What is difference between && and & in c?
Do variables need to be initialized?