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

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

University

25 Qs

quiz-placeholder

Similar activities

JavaScript_0 Basic

JavaScript_0 Basic

10th Grade - University

24 Qs

Basic Electronics

Basic Electronics

University

20 Qs

coders` club inaugural

coders` club inaugural

University

24 Qs

OCP 1Z0-819 - Chapter4

OCP 1Z0-819 - Chapter4

University

20 Qs

Python

Python

University

30 Qs

python programming quiz

python programming quiz

12th Grade - University

26 Qs

java

java

University

24 Qs

ISPFL6 - Quiz 2

ISPFL6 - Quiz 2

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?