| | Hello friends, Here is another one of C Question..... (This is a pretty easy one...... if u think in the right direction. Give it a try...) CODE main() { if (<CONDITION>) { printf("if"); } else { printf("else"); } } Fill in the condition to get the output value : ifelse Regards, |


