MCQOPTIONS
Bookmark
Saved Bookmarks
→
C Programming
→
Floating Point Issues in C Programming
→
Modulus for float could be achieved by?..
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);
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Modulus for float could be achieved by?
Which of the following % operation is invalid?
455555
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply