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
FILE PROGRAMMING
What is a pointer in c plus plus?
How does sizeof know array size?
Is c high or low level?
Can we add pointers together?
Is c++ based on c?
Can we assign string to char pointer?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Define macros.
How will you write a code for accessing the length of an array without assigning it to another variable?
What are the types of variables in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is identifier in c?
Explain what is the benefit of using an enum rather than a #define constant?
Why is struct padding needed?