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)?
Hi Guest we just wanted to alert you to a major change in the forum. We will no longer be allowing the posting of outgoing links. Please use the attachment feature to attach media to your posts.