c?like

  1. T

    switch case in C

    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)?
Top Bottom