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
Can a local variable be volatile in c?
Is null a keyword in c?
What does #pragma once mean?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Why do we need functions in c?
what is the format specifier for printing a pointer value?
What is the difference between #include and #include 'file' ?
Why is c called c not d or e?
What does node * mean?
Why do we use return in c?
What are global variables and how do you declare them?
How can I convert a number to a string?
What is main () in c language?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How reliable are floating-point comparisons?