Search Header Logo

Technical Quiz

Authored by Bhuvanesh G

Other

University

Used 1+ times

Technical Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

First operating system designed using C programming language.

Dos

Windows

UNIX

Mac

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following statement shows the correct implementation of nested conditional operation by finding greatest number out of three numbers?

a>b ? a>c?a:c:b>c?b:c

B - a=b ? c=30;: c=40; D - return (a>b)?(a:b) ?a:c:b

C - a>b : c=30

return (a>b)?(a:b) ?a:c:b

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Choose the correct function which can return a reminder by dividing - 10.0/3.0?

rem = mod(-10.0, 3.0);

rem = fmod(-10.0, 3.0);

rem = modf(-10.0, 3.0);

Division of floating point values can’t return remainder

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which library function can convert an integer/long to a string?

ltoa()

ultoa()

sprintf()

None of the above

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

- Where in C the order of precedence of operators do not exist? a) Within conditional statements, if, else b) Within while, do-while c) Within a macro definition d) None of the mentioned

Within conditional statements, if, else

Within while, do-while

Within a macro definition

None of the mentioned

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is #include <stdio.h>?

Preprocessor directive

Inclusion directive

inclusion directive

None of the mentioned

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

- Functions in C Language are always _________

Internal

External

Both Internal and External

External and Internal are not valid terms for functions

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?