C Fundamentals - Study Mode
[#71] Which of the following operator has the highest precedence in the following?
Correct Answer
(A) ()
[#72] Which of the following operators has the lowest precedence?
Correct Answer
(D) ,
[#73] Are logical operator sequence points?
Correct Answer
(A) True
[#74] Which among the following is NOT a logical or relational operator?
Correct Answer
(D) =
[#75] Which of the following typecasting is accepted by C?
Correct Answer
(C) Widening & Narrowing conversions