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
What are variables c?
What is the size of a union variable?
Is null valid for pointers to functions?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What are the 4 types of functions?
What are the advantages of using new operator as compared to the function malloc ()?
How to create struct variables?
What are the 5 data types?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
Where are the auto variables stored?
What is pointer to pointer in c language?
What is meant by preprocessor in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Describe the steps to insert data into a singly linked list.
When should you not use a type cast?