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
number of times a digit is present in a number
Explain what is a static function?
What is use of null pointer in c?
Explain what are reserved words?
What is the purpose of 'register' keyword?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
Explain function?
Explain what is meant by 'bit masking'?
What is register variable in c language?
What are the Advantages of using macro
What is typedf?
What are disadvantages of C language.
Why we write conio h in c?
How can my program discover the complete pathname to the executable from which it was invoked?
Is anything faster than c?