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
Where does the name "C" come from, anyway?
please explain every phase in the "SDLC" in the dotnet.
What is the use of ?
Can we change the value of constant variable in c?
What is the difference between struct and union in C?
How to implement a packet in C
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What are dangling pointers? How are dangling pointers different from memory leaks?
Is sizeof a keyword in c?
How a string is stored in c?
How many keywords are there in c?
Can true be a variable name in c?
Is swift based on c?
What is c standard library?
Is there a way to switch on strings?