GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Placement Papers  >  Intel  >  Programming

 Print  |  
Question:  

How much memory will be allocated to this union:

union a

{

char b;

int no:2; (bit field)

}





September 09, 2005 18:52:37 #1
 non-name   Member Since: Visitor    Total Comments: N/A 

RE: How much memory will be allocated to this union...
 
3 bit
     

 

Back To Question