C Programming Float Datatype 2 Online Exam Quiz

C Programming Float Datatype 2 GK Quiz. Question and Answers related to C Programming Float Datatype 2. MCQ (Multiple Choice Questions with answers about C Programming Float Datatype 2

Which of the following % operation is invalid?

Options

A : 2 % 4;

B : 2 % 4l;

C : 2 % 4f;

D : Both 2 % 4l; and 2 % 4f;

View Answer

Modulus for float could be achieved by?

Options

A : a % b

B : modulus(a, b);

C : fmod(a, b);

D : mod(a, b);

View Answer

%lf is used to display?

Options

A : float

B : long float

C : double

D : all of the mentioned

View Answer

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