Question: Modulus for float could be achieved by?

Options

A : a % b

B : modulus(a, b);

C : fmod(a, b);

D : mod(a, b);

Click to view Correct Answer

Previous || Next

C Programming Float Datatype 2 more questions

Which letter is used to designate the carrying capacity of....

Which among the following terms should replace the labels ‘A’....

Identify A and B from the below figure.

Which mode is used for cardiac imaging?

Which among the following terms should replace the labels ‘A’,....

Which of the following is an invalid assignment operator?

Operation “a = a * b + a” can also....

Which of the following is not true?

The finite voltage gain of a non-inverting operational amplifier is....

The expression for Absorption law is given by _________

Chemical Engineering Basics - Part 1 more Online Exam Quiz

C Programming Data Types Sizes 2

C Programming File Access

C Programming File Access 1

C Programming File Inclusion 1

C Programming Float Datatype 1

C Programming Interview Declarations

C Programming Interview Questions Bit Fields

C Programming Interview Questions Type Conversions

C Programming Interview Questions Ungetc

C Programming Pointers Functions