C++ Programming Language

C++ Programming Language

University

12 Qs

quiz-placeholder

Similar activities

 coding comptition

coding comptition

University

10 Qs

IEEE Coding Competition

IEEE Coding Competition

University

13 Qs

Java Lesson 4

Java Lesson 4

5th Grade - University

10 Qs

Tech quiz Round 1

Tech quiz Round 1

University

15 Qs

Logika & Algoritma

Logika & Algoritma

University

15 Qs

c set 3

c set 3

University

10 Qs

MINDZONE-2.3

MINDZONE-2.3

University

10 Qs

SKEE1103 CT#11c: Pointers and Functions

SKEE1103 CT#11c: Pointers and Functions

University

11 Qs

C++ Programming Language

C++ Programming Language

Assessment

Quiz

Other

University

Medium

Created by

jj aa

Used 11+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

"0" is a ___?

double

int

string

None of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

0.0 is a ___?

double

int

int

None of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do we print the number 75 to our screen?

cout << 75

cout 75;

cout(75);

cout << 75;

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct way to comment in C++ programming?

//

#

<!--->

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which part of the following code is ignored by the computer?

cout << "Comments";

// print the output

Both

None

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

Good Morning

Good Morning5

5

Error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which of the following is the correct value for the test variable?

19

19.5

"nineteen"

"19"

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?