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
Are there any problems with performing mathematical operations on different variable types?
What are formal parameters?
Why & is used in scanf in c?
When should the register modifier be used? Does it really help?
What is the c value paradox and how is it explained?
Is null a keyword in c?
how is the examination pattern?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
How can I write functions that take a variable number of arguments?
Why & is used in c?
What is s or c?
Describe the difference between = and == symbols in c programming?
what is bit rate & baud rate? plz give wave forms
Why ca not I do something like this?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.