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  >  TCS  >  C

 Print  |  
Question:  If we declare a pointer like char *p;
how much memory is allocated for pointer variable 'p'.




December 12, 2006 23:26:04 #1
 Hema   Member Since: Visitor    Total Comments: N/A 

RE: If we declare a pointer like char *p;how muc...
 
It will allocate two bytes of memory
     

 

Back To Question