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?




November 11, 2005 22:20:11 #4
 Anoop Johnson   Member Since: Visitor    Total Comments: N/A 

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

 

Back To Question