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(" "));
}




February 02, 2007 08:42:27 #3
 winny gupta   Member Since: February 2007    Total Comments: 8 

RE: what is the output of following program?#inc...
 
Since the file name, ie, stdio.h not included hence will give an error..
     

 

Back To Question