how the size of an integer is decided?
- is it based on processor or compiler or OS?

Answer Posted / rajan

it's OS, I'm sure bcoz I read this answer in Programming
Interview Exposed Book.

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is function what are the types of function?

554


What is an lvalue?

633


What is LINKED LIST? How can you access the last element in a linked list?

629


What are the different types of constants?

638


What is #define in c?

615






What are the header files used in c language?

583


Write a program for finding factorial of a number.

629


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

1011


Give the rules for variable declaration?

669


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4900


Can you mix old-style and new-style function syntax?

660


what is the difference between 123 and 0123 in c?

716


Why array is used in c?

549


What are global variables and how do you declare them?

616


What are dangling pointers in c?

635