Discuss Forum

1. How many time the following for loop will be executed ? unsigned int i for ( i=100; i > = 0, i --) printf ("%d", i)

  • A. Undefined
  • B. Undefined
  • C. Undefined
  • D. Undefined

Answer: Option B

Explanation:


Post your comments here:

Name:
Mobile:
Email:(Optional)

» Your comments will be displayed only after manual approval.