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




November 11, 2006 10:10:07 #1
 rohit khanna   Member Since: Visitor    Total Comments: N/A 

RE: what is the output of following program?#inc...
 
an error will apper while compiling the program that function printf should have prototype
     

 

Back To Question