how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / mangesh
every book says it depends on machine.......some may have
same size for "int" and "long int".......
by machine they mean processor only.......
coz it cant be either compiler or OS......as they are part
of virtual...i mean software...not machine...
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What are void pointers in c?
Do you know the use of 'auto' keyword?
Explain Function Pointer?
Linked lists -- can you tell me how to check whether a linked list is circular?
what is the diffrenet bettwen HTTP and internet protocol
Explain what are global variables and explain how do you declare them?
Can we add pointers together?
What are the back slash character constants or escape sequence charactersavailable in c?
How many identifiers are there in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is difference between class and structure?
How do you generate random numbers in C?
Why we use void main in c?
What are identifiers c?
Do you have any idea how to compare array with pointer in c?