What is this k = (num>5 ? (num <=10 ? 100 : 200): 500); in C programming? All Questions › Category: C Language › What is this k = (num>5 ? (num <=10 ? 100 : 200): 500); in C programming? 0 Vote Up Vote Down chetan shidling asked 5 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 5 years ago It is just like an if-else statement.