C - Control Statements - Discussion

You Are Here :: Home > C > Control Statements - Discussion

 



Q.

What's wrong? for (int k = 2, k <=12, k++)

A. the increment should always be ++k B. the variable must always be the letter i when using a for loop
C. there should be a semicolon at the end of the statement D. the commas should be semicolons

Answer: Option D
Explaination:

 


No Explanation



Discussion

Your Comments Goes here...
NameDiscussion