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's the best way of making my program efficient?
What is strcmp in c?
What are the different data types in C?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
Why can't I perform arithmetic on a void* pointer?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
What are the 5 elements of structure?
What's a good way to check for "close enough" floating-point equality?
How do I get a null pointer in my programs?
Can we increase size of array in c?
What is a void pointer in c?
What is the difference between a function and a method in c?
i have a written test for microland please give me test pattern
Which is best linux os?
What is an example of structure?