GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Placement Papers  >  Birlasoft  >  Technical
Go To First  |  Previous Question  |  Next Question 
 Technical  |  Question 17 of 26    Print  
What is the largest value an integer can hold in a Standard C compiler ?
a) 32767
b) 65536
c) 2147483647
d) INT_MAX



  
Total Answers and Comments: 7 Last Update: May 06, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 23, 2005 14:15:47   #1  
pallavi        

RE: What is the largest value an integer can hold in a Standard C compiler ?
d) INT_MAX (its compiler dependent)
 
Is this answer useful? Yes | No
July 23, 2005 23:52:21   #2  
Wasim        

RE: What is the largest value an integer can hold in a Standard C compiler ?
INT_MAX(compiler dependent)
 
Is this answer useful? Yes | No
August 09, 2005 02:25:59   #3  
Priyanka Bhardwaj        

RE: What is the largest value an integer can hold in a Standard C compiler ?
32767
 
Is this answer useful? Yes | No
November 19, 2005 04:59:51   #4  
asdf        

RE: What is the largest value an integer can hold in a...
a) 32767
 
Is this answer useful? Yes | No
April 15, 2006 08:15:05   #5  
sash        

RE: What is the largest value an integer can hold in a...
want the answer of the above question
 
Is this answer useful? Yes | No
April 15, 2006 08:19:55   #6  
sash Member Since: April 2006   Contribution: 1    

RE: What is the largest value an integer can hold in a...
what is the largest value an integer can hold in a standard C compiler?
 
Is this answer useful? Yes | No
May 06, 2008 02:04:36   #7  
riyaa3 Member Since: March 2008   Contribution: 1    

RE: What is the largest value an integer can hold in a Standard C compiler ?

INT_MAX is the maximum value for an object of type int.

For processors where an integer is held in 16 bits INT_MAX is 32767 and for processors where an integer is held in 32 bits INT_MAX is 2147483647.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape