mardi 23 mai 2017

what does the following code shows in C? [on hold]

#include <stdio.h>
int main()
{  
    int i ;     
    for(i=0 ;i<3 ;i++){     
        if(i%2) continue ;    
            printf("*") ;
    }    
} 

Could you please help me with this code I need the answer.

Aucun commentaire:

Enregistrer un commentaire