long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / darshan l.
Of course it is compiler dependent.
But the minimum size of long int must be 4 bytes(32 bits); it may be more than that also.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is malloc memset faster than calloc?
hi, which software companys will take,if d candidate's % is jst 55%?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
what is a constant pointer in C
What does a pointer variable always consist of?
What is the difference between char array and char pointer?
Explain can you assign a different address to an array tag?
What are the different file extensions involved when programming in C?
Explain how do you determine whether to use a stream function or a low-level function?
What are the __date__ and __time__ preprocessor commands?
There seem to be a few missing operators ..
What is a c token and types of c tokens?
how many key words availabel in c a) 28 b) 31 c) 32
Explain high-order bytes.
In C, What is the #line used for?