1 1 vote Programming in C + – Shadan Karim 416 views answer comment Share Follow Print See 1 comment 1 1 comment reply kumar.dilip commented Jan 6, 2019 reply Follow flag We can write that like this. a = b > 1 ? ( c > 1 || d >1 ? 10 : 20) : 30; 2 2 replyShare Please log in or register to add a comment.