

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following correctly shows the hierarchy of arithmetic operations in C? |
A. | / + * - |
B. | * - / + |
C. | + - / * |
D. | / * + - |
Answer» E. | |