thinkingon
Right off the assembly line
hi every1..
how to implement constant expressions using switch statements in C?like we implement expressions using if statement
if(a<b+c) or if((a<b)&&(b<c))........
how can we do it using switch case(rather than implementing constant or character values)?
how to implement constant expressions using switch statements in C?like we implement expressions using if statement
if(a<b+c) or if((a<b)&&(b<c))........
how can we do it using switch case(rather than implementing constant or character values)?