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:  what is the output of following program?
#include
void main()
{
printf("%d%d",sizeof(NULL),sizeof(" "));
}




August 08, 2008 05:55:14 #6
 mraghu   Member Since: August 2008    Total Comments: 1 

RE: what is the output of following program?#include void main(){printf("%d%d",sizeof(NULL),sizeof(" "));}
 
Error
     

 

Back To Question