how the size of an integer is decided?
- is it based on processor or compiler or OS?
Answer Posted / rakesh
It should be compiler, bcoz turbo c and VC hav different sizes for integer.
of course OS and processor interfere, but only for letting compiler get Installed or not... after which its compilers work.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the difference between #include
How does sizeof know array size?
What is bash c?
What does #pragma once mean?
Is exit(status) truly equivalent to returning the same status from main?
What are the rules for identifiers in c?
How can I open a file so that other programs can update it at the same time?
What will be the outcome of the following conditional statement if the value of variable s is 10?
p*=(++q)++*--p when p=q=1 while(q<=6)
Why we not create function inside function.
What are the string functions? List some string functions available in c.
How reliable are floating-point comparisons?
How can I write functions that take a variable number of arguments?
Can stdout be forced to print somewhere other than the screen?
What does c mean in basketball?