how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rani
I think its compiler specific bcoz a char holds 1byte in c
where as it holds 2 bytes in java.
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
When is a null pointer used?
List a few unconditional control statement in c.
How can I direct output to the printer?
What is bss in c?
Can a variable be both constant and volatile?
Can include files be nested?
How do I send escape sequences to control a terminal or other device?
What are global variables?
What is the method to save data in stack data structure type?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
How can I automatically locate a programs configuration files in the same directory as the executable?
What is a #include preprocessor?
Explain how can you avoid including a header more than once?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is static function in c?