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 is union in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What are the complete rules for header file searching?
What is wrong with this program statement?
What is unsigned int in c?
How does selection sort work in c?
Explain what are run-time errors?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Explain what is a 'locale'?
Can stdout be forced to print somewhere other than the screen?
What is the purpose of type declarations?
What is bash c?
Explain pointers in c programming?
What is the meaning of 2d in c?
How can you be sure that a program follows the ANSI C standard?