main() { int a[2]={4,5}; a[0,1]=45; printf("%d%d",a[0],a[1]); } A. 4 45 B. 4 C. 45 D. None

This question is related to Wipro Interview

Showing Answers 1 - 6 of 6 Answers

Roudy rajesh

  • Mar 19th, 2006
 

445 ans

  Was this answer useful?  Yes

vissu

  • Sep 17th, 2006
 

it is option A 4 45..

  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