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

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

University

25 Qs

quiz-placeholder

Similar activities

Python 1.0

Python 1.0

10th Grade - University

20 Qs

DAY 29 Binary Search Trees & AVL Tree- 18th July 2024

DAY 29 Binary Search Trees & AVL Tree- 18th July 2024

University

20 Qs

RETRAIN QUY ĐỊNH ĐÁNH THẺ QUÝ 1/ 2024

RETRAIN QUY ĐỊNH ĐÁNH THẺ QUÝ 1/ 2024

University

20 Qs

Java class

Java class

University

26 Qs

Simple Derivatives for Calculus

Simple Derivatives for Calculus

9th Grade - Professional Development

20 Qs

Zion Round 1 Test Set 2

Zion Round 1 Test Set 2

University

25 Qs

Auprojectx - Quiz Pemrograman C

Auprojectx - Quiz Pemrograman C

University

20 Qs

ООП ККР

ООП ККР

University

20 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 3+ 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?