PSCP Quiz - MCQ

PSCP Quiz - MCQ

University

40 Qs

quiz-placeholder

Similar activities

QUIZ #2

QUIZ #2

12th Grade - University

40 Qs

Nutrition and Fitness Test

Nutrition and Fitness Test

10th Grade - University

41 Qs

Connective Tissue Worksheet

Connective Tissue Worksheet

University

37 Qs

Review (Quiz 6 and the enlightenment)

Review (Quiz 6 and the enlightenment)

9th Grade - University

35 Qs

Reformation and Renaissance: A Cultural and Religious Revolution

Reformation and Renaissance: A Cultural and Religious Revolution

9th Grade - University

40 Qs

American Revolution Review

American Revolution Review

8th Grade - University

40 Qs

Sorrento Trivia FLO 2024

Sorrento Trivia FLO 2024

1st Grade - University

45 Qs

OIil and gas L3- Units 21-24

OIil and gas L3- Units 21-24

5th Grade - University

40 Qs

PSCP Quiz - MCQ

PSCP Quiz - MCQ

Assessment

Quiz

others

University

Practice Problem

Hard

Created by

Jakir Hussain G K

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to indicate the end of a function in C?

end
finish
terminate
return

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a function that doesn't return any value?

int
void
none
null

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is used to store decimal numbers with single precision in C?

double
float
real
decimal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Convert the binary number 101101 to octal.

33
45
65
55

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT a relational or logical operator?

=&
||
==
!=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code snippet: int main() { int sum = 2 + 4 / 2 + 6 * 2; printf("%d", sum); return 0; }

14
15
16
18

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: #include int main() { int a = 5; printf("%d", ++a + a++); return 0; }

12
13
14
15

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?