

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your C Programming knowledge and support exam preparation. Choose a topic below to get started.
1. |
Modulus for float could be achieved by? |
A. | a % b |
B. | modulus(a, b); |
C. | fmod(a, b); |
D. | mod(a, b); |
Answer» D. mod(a, b); | |
2. |
Which of the following % operation is invalid? |
A. | 2 % 4; |
B. | 2 % 4l; |
C. | 2 % 4f; |
D. | Both 2 % 4l; and 2 % 4f; |
Answer» D. Both 2 % 4l; and 2 % 4f; | |
3. |
455555 |
A. | 2.455556 |
B. | 2.456 |
C. | 2.46 |
Answer» D. | |