x 3 means in C that-02594
!( x < 3) means in C++ that
This multiple choice question (MCQ) is related to the book/course vu cs201 Introduction to Programming. It can also be found in vu cs201 Final Term - Quiz No.8.
!( x < 3) means in C++ that
x is less than 3
x is greater than or equal to 3
x is greater than 3
x is equal to 3