100% SET-4 5b: continue statement illustration.

#include<stdio.h>
void main()

    int i=9;
    while(i)
    {
       
     i--;
     
     if(i==7)
     {
         continue;
     }
     printf("%2d",i);
    }
}

తెరమీద

 8 6 5 4 3 2 1 0


గమనిక 

7 అనే  అంకె ప్రింట్ కాలేదు..bcoz of continue statement.  

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)