Final Assessment C & C++ & DSA - 2nd August 24

Final Assessment C & C++ & DSA - 2nd August 24

University

25 Qs

quiz-placeholder

Similar activities

PSC Quiz1

PSC Quiz1

University - Professional Development

20 Qs

Test 2: Unity and C# Integration

Test 2: Unity and C# Integration

University

20 Qs

IF Belajar Pertemuan 5 Variabel, IF

IF Belajar Pertemuan 5 Variabel, IF

University

20 Qs

Simple Derivatives for Calculus

Simple Derivatives for Calculus

9th Grade - Professional Development

20 Qs

Lesson 4 - Fundamentals of Database Systems

Lesson 4 - Fundamentals of Database Systems

University - Professional Development

25 Qs

JDBC TEST1

JDBC TEST1

University

20 Qs

Zion Round 1 Test Set 1

Zion Round 1 Test Set 1

University

25 Qs

ISPFL6 - Final - Quiz 1

ISPFL6 - Final - Quiz 1

University

30 Qs

Final Assessment C & C++ & DSA - 2nd August 24

Final Assessment C & C++ & DSA - 2nd August 24

Assessment

Quiz

Professional Development

University

Medium

Created by

KVCH CORPORATE

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is a valid declaration in C?

int 3dArray

int _Var

int *ptr,*ptr2

int var-2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be the output of the following C code?

6

5

Undefined

Compilation error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following function declarations is correct in C?

int func(int x, y)

int func(int, int)

int func(x, int)

int func(int, int y)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a C++ keyword?

private

friend

virtual

include

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for creating an object in C++?

ClassName objectName

ClassName objectName = new ClassName()

objectName = new ClassName()

ClassName objectName()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following concepts is not supported by C++?

Polymorphism

Abstraction

Reflection

Encapsulation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following C++ code?

What is the default return type of a function in C if it is not specified?

int

void

float

char

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?