Search Header Logo

C Programming

Other

12th Grade - University

Used 604+ times

C Programming
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements should be used to obtain a remainder after dividing 3.14 by 2.1 ?

rem = 3.14 % 2.1;
rem = modf(3.14, 2.1);
rem = fmod(3.14, 2.1);
Remainder cannot be obtain in floating point division

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How would you round off a value from 1.66 to 2.0?

ceil(1.66)
floor(1.66)
roundup(1.66)
roundto(1.66)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Global variable are available to all functions. Does there exist a mechanism by way of which it available to some and not to others.

Yes
No

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Point out the error in the following program 

No error
display() doesn't get invoked
display() is called before it is defined
None of these

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Point out the error in the following program

Error: Declaration syntax error 'v' (or) Size of v is unknown or zero.
Program terminates abnormally.
No error
None of these.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which order do the following gets evaluated
1.Relational
2.Arithmetic
3.Logical
4.Assignment

2134
1234
4321
3214

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The keyword used to transfer control from a function back to the calling function is

switch
goto
go back
return

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?