Which of the following correctly shows the hierarchy of arithmetic operations in C?
Which of the following is the correct usage of conditional operators used in C?
Which of the following is the correct order of calling functions in the below code? a = f1(23, 14) * f2(12/4) + f3();
Which of the following are unary operators in C? 1. ! 2. size of 3. ~ 4. &&