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 the newline escape sequence?
Difference between linking and loading?
Where in memory are my variables stored?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
What is variables in c?
How do you view the path?
What is a static function in c?
What is meant by high-order and low-order bytes?
How many levels of pointers can you have?
How many keywords are there in c?
What is sizeof array in c?
Write a program to check prime number in c programming?
How can I discover how many arguments a function was actually called with?
Explain how are 16- and 32-bit numbers stored?
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.