vendredi 6 mars 2015

What is faster between if(condition){} and (condition)?

Please tell me which is faster?



if(condition){
x = x + 1;
}


OR



x = x + (condition);

Aucun commentaire:

Enregistrer un commentaire