What is the output of the following program? main() { int n=5; printf("nn=%*d",n,n); } a) n=5 b) n=5 c) n= 5 d) error

This question is related to Sonata Interview

Showing Answers 1 - 2 of 2 Answers

Madhuri

  • Oct 26th, 2005
 

Ans:C i.e n= 5

  Was this answer useful?  Yes

Madhuri

  • Oct 26th, 2005
 

The ans is n= 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