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

Answer Posted / mathankumar

compiler

Is This Answer Correct ?    42 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a ternary operator in c?

889


Why n++ execute faster than n+1 ?

2407


How can I prevent another program from modifying part of a file that I am modifying?

872


Tell us the use of fflush() function in c language?

934


Explain what are preprocessor directives?

857


What are examples of structures?

835


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1726


Differentiate between full, complete & perfect binary trees.

895


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

862


How do we print only part of a string in c?

844


Explain how can you avoid including a header more than once?

867


What is the use of in c?

795


What is a MAC Address?

868


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1693


What are the advantages and disadvantages of pointers?

852