Printf("Enter two values a and b:"):scanf("%d%d",a,b);printf("%d+%d=%d",a,b,a+b);

core dumped

Showing Answers 1 - 3 of 3 Answers

Alok

  • Jul 20th, 2005
 

& is not used in scanf()

  Was this answer useful?  Yes

devi

  • Jul 29th, 2006
 

let a=2,b=3the out put is 2+3=5

  Was this answer useful?  Yes

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