long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / suchita
long integers require twice the space in memory than ordinary
ints. thus, long integers would occupy four bytes of memory.
| Is This Answer Correct ? | 30 Yes | 48 No |
Post New Answer View All Answers
Is array a primitive data type in c?
What is the purpose of void pointer?
What is meant by type casting?
How to declare pointer variables?
Tell me about low level programming languages.
What is logical error?
What is const volatile variable in c?
When can a far pointer be used?
what do you mean by inline function in C?
What are types of functions?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is a pointer and how it is initialized?
What should malloc() do?
What are the disadvantages of external storage class?
Why #include is used in c language?