182) Which of the following is/are syntactically correct?
Answer is:
for ( ; ; ) ;
Related C Programming MCQ with Answers
Answer is:
both when one wants to reduce the execution time and when there is a loop with a function call inside
Answer is:
Sum:=N+Sum(N-1)
Answer is: