MCQOPTIONS
Saved Bookmarks
| 1. |
#include void main(){ static int i; printf(""i is %d"", i);}7.Which of this is used to skip one iteration? |
| A. | break |
| B. | goto |
| C. | continue |
| D. | return |
| Answer» D. return | |