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  >  Birlasoft  >  Technical

 Print  |  
Question:  int a=1;
int ab=4;
int main()
{
int b=3,a=2;
printf("%i*/%i*/%*/i",a,b,ab);
}
What will be the output?




April 04, 2006 11:26:07 #6
 disha   Member Since: Visitor    Total Comments: N/A 

RE: int a=1; int ab=4; int main() {...
 

hi guyz,

the correct answer is 2*/3*/%*/i

check it out on C editor u'll get this only

     

 

Back To Question