ternary conditional in c++ - الشرط الثلاثي في c++ 2022-10-02 // ternary conditional // variable and vlue int mark; cin>>mark; // condition ? value if true : value of false cout<<( mark >=50 ? " pass " : " fail " ) < Twitter WhatsApp Telegram Facebook