my question is what is difference between else and else if for example
if(----){ printf("--"); }else{ }
and
if(----){ printf("--"); }else if("---"){ }
Aucun commentaire:
Enregistrer un commentaire