Technical Quiz

Technical Quiz

University

20 Qs

quiz-placeholder

Similar activities

EXAMEN FUTUROS OCAS

EXAMEN FUTUROS OCAS

University

17 Qs

DEPTH DIVE

DEPTH DIVE

University

15 Qs

CFDA: Unit 2 Pre-Assessment

CFDA: Unit 2 Pre-Assessment

9th Grade - University

15 Qs

MIDTERM EXAM (CSPL)

MIDTERM EXAM (CSPL)

University

20 Qs

Quiz sobre Semana 1 - Introducción y Operadores en Python

Quiz sobre Semana 1 - Introducción y Operadores en Python

12th Grade - University

20 Qs

Quizz_1_WEB2041

Quizz_1_WEB2041

University

15 Qs

Round 3: Coding Round

Round 3: Coding Round

University

24 Qs

INTERNET OF THINGS

INTERNET OF THINGS

University

23 Qs

Technical Quiz

Technical Quiz

Assessment

Quiz

Other

University

Hard

Created by

Bhuvanesh G

Used 1+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?