MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your C# Questions & Answers Arithmetic Operators knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
The correct way of incrementing the operators are: |
| A. | ++ a ++ |
| B. | b ++ 1 |
| C. | c += 1 |
| D. | d =+ 1 |
| Answer» D. d =+ 1 | |
| 2. |
Correct order of priorities are: |
| A. | / > % > * > + |
| B. | / > * > % > + |
| C. | * > / > % > + |
| D. | % > * > / > + |
| Answer» D. % > * > / > + | |