Which of the following will print the sum of the values from10 - 100 assuming that post is initialized to 0 A. For(int I= ;post ==0;I<= 0;I++)     a==a+I B. For(int I= ;I<= 0;I++)     a==a+I C. For (int I=; I >=0; I++)     a==a+I D. None of these

This question is related to Wipro Interview

Showing Answers 1 - 1 of 1 Answers

vijay

  • Apr 24th, 2007
 

D:None if the above

  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