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


Please Help Members By Posting Answers For Below Questions

What's the best way of making my program efficient?

848


What is strcmp in c?

762


What are the different data types in C?

962


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

840


Why can't I perform arithmetic on a void* pointer?

841


#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??

1767


What are the 5 elements of structure?

833


What's a good way to check for "close enough" floating-point equality?

868


How do I get a null pointer in my programs?

858


Can we increase size of array in c?

725


What is a void pointer in c?

861


What is the difference between a function and a method in c?

819


i have a written test for microland please give me test pattern

2488


Which is best linux os?

777


What is an example of structure?

811