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

Answer Posted / mangesh

every book says it depends on machine.......some may have
same size for "int" and "long int".......
by machine they mean processor only.......
coz it cant be either compiler or OS......as they are part
of virtual...i mean software...not machine...

Is This Answer Correct ?    8 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In which layer of the network datastructure format change is done

1433


What is the g value paradox?

645


What are the basic data types associated with c?

816


How can you find out how much memory is available?

618


Explain how do you print an address?

659






What is the difference between ā€˜gā€™ and ā€œgā€ in C?

2540


Is c procedural or object oriented?

580


What is array of structure in c programming?

753


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2935


Why we use break in c?

550


What does != Mean in c?

589


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

1425


What is a rvalue?

749


Are pointers really faster than arrays?

562


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

639