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
Why use int main instead of void main?
How do I create a directory? How do I remove a directory (and its contents)?
What are c preprocessors?
What is printf () in c?
Explain what standard functions are available to manipulate strings?
In C language what is a 'dangling pointer'?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Is void a keyword in c?
What is static memory allocation?
Why does the call char scanf work?
Linked lists -- can you tell me how to check whether a linked list is circular?
where are auto variables stored? What are the characteristics of an auto variable?
What is a program flowchart and explain how does it help in writing a program?
In c programming language, how many parameters can be passed to a function ?
Is there any demerits of using pointer?