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?

This question is related to BirlaSoft Interview

Showing Answers 1 - 6 of 6 Answers

pallavi

  • Jul 23rd, 2005
 

answer is 2*3*/%*/i

  Was this answer useful?  Yes

gaurav

  • Jul 30th, 2005
 

answer is: 
2*/3*/%*/i

  Was this answer useful?  Yes

sandeep paliwal

  • Aug 23rd, 2005
 

answer is 2*/3*/%4/i

  Was this answer useful?  Yes

Anoop Johnson

  • Nov 14th, 2005
 

vry useful link

  Was this answer useful?  Yes

disha

  • Apr 14th, 2006
 

hi guyz,

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

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

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions