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
Can we declare variables anywhere in c?
What does p mean in physics?
Which is better malloc or calloc?
What is the hardest programming language?
How can I avoid the abort, retry, fail messages?
What does void main () mean?
will u please send me the placement papers to my mail???????????????????
How do I round numbers?
What is the size of enum in bytes?
Is c pass by value or reference?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
What is scope rule of function in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Do you know the difference between malloc() and calloc() function?
Can you please compare array with pointer?