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

Answer Posted / mrutyunjay sawant

its depends upon word length of processor

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you redirect a standard stream?

815


Are there namespaces in c?

746


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2211


Explain the Difference between the New and Malloc keyword.

851


Tell me when would you use a pointer to a function?

781






What does sizeof int return?

788


What is the difference between arrays and pointers?

805


What is c language & why it is used?

738


explain what is an endless loop?

789


Did c have any year 2000 problems?

854


What is a scope resolution operator in c?

916


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

952


How we can insert comments in a c program?

822


How can a number be converted to a string?

831


What is the use of ?

789