long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / http://abhishek-technicalwork.
the ans to this question is (a) if the compiler is of 16 bit.
like c language compiler of 16 bit.
so it can be said that the size of the long int is compiler dependent..
therefore option (c) is also correct
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why doesn't C support function overloading?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
How do we declare variables in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the use of volatile?
What is structure padding and packing in c?
Is c procedural or object oriented?
When is the “void” keyword used in a function?
i have a written test for microland please give me test pattern
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are the different types of errors?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is wild pointer in c with example?
What is a void pointer? When is a void pointer used?
What is the difference between mpi and openmp?