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

How can variables be characterized?

1783


How can I insert or delete a line (or record) in the middle of a file?

665


Does * p ++ increment p or what it points to?

731


How do I get an accurate error status return from system on ms-dos?

745


What are enums in c?

751






the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

863


Why is main function so important?

713


How can I do graphics in c?

678


while initialization of array why we use a[][2] why not a[2][]...?

1960


Is python a c language?

650


find out largest elemant of diagonalmatrix

1757


Define C in your own Language.

720


What is structure in c definition?

674


What is the sizeof () a pointer?

642


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

855