long int size
a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
Answer Posted / gopi nath
Yes its obsolutely depend upon the the compiler.
turbo compiler in c environment it takes 4 bytes
but in unix environment it takes 8 bytes.......
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is typedf?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What does nil mean in c?
Is c is a procedural language?
Can two or more operators such as and be combined in a single line of program code?
What are formal parameters?
Why doesnt that code work?
What is the difference between c and python?
What is use of #include in c?
How can I handle floating-point exceptions gracefully?
What are variables and it what way is it different from constants?
How can I trap or ignore keyboard interrupts like control-c?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
Here is a good puzzle: how do you write a program which produces its own source code as output?
Tell us something about keyword 'auto'.