how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / sandeep
Its CPU (processor) which decides the size.
Please see the link below-
http://en.wikipedia.org/wiki/Integer_(computer_science)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
c language interview questions & answer
What is the significance of c program algorithms?
What is string function c?
What is main function in c?
Explain what is wrong with this program statement? Void = 10;
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Tell me the use of bit field in c language?
In a byte, what is the maximum decimal number that you can accommodate?
What is sizeof c?
How can you find the day of the week given the date?
What is nested structure with example?
What is the advantage of an array over individual variables?
What is #line?
What are the two forms of #include directive?
Explain two-dimensional array.