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
Can main () be called recursively?
What are the advantages and disadvantages of c language?
How does placing some code lines between the comment symbol help in debugging the code?
What is scope rule in c?
What is queue in c?
Why do we use & in c?
Give me the code of in-order recursive and non-recursive.
Can a variable be both const and volatile?
What does c mean?
Do character constants represent numerical values?
What does %2f mean in c?
What are the 5 organizational structures?
Is null valid for pointers to functions?
What is the default value of local and global variables in c?
What are the Advantages of using macro