C++ Basic To Array Test 01

C++ Basic To Array Test 01

University

50 Qs

quiz-placeholder

Similar activities

JAVASCRIPT LONG

JAVASCRIPT LONG

University

55 Qs

AP Java Quiz 1

AP Java Quiz 1

KG - University

50 Qs

FullStack Django - [26 Apr 24] TEST - 2

FullStack Django - [26 Apr 24] TEST - 2

University

45 Qs

ข้อสอบปลายภาค

ข้อสอบปลายภาค

University

50 Qs

Python: Built-In Functions and Upto Tuple

Python: Built-In Functions and Upto Tuple

University

50 Qs

NPTEL-CLOUD COMPUTING-PRACTICE TEST-3 2025

NPTEL-CLOUD COMPUTING-PRACTICE TEST-3 2025

University

50 Qs

HTML CSS Quiz

HTML CSS Quiz

University

50 Qs

HTML And CSS

HTML And CSS

4th Grade - Professional Development

53 Qs

C++ Basic To Array Test 01

C++ Basic To Array Test 01

Assessment

Quiz

Computers

University

Medium

Created by

ram lovewanshi

Used 8+ times

FREE Resource

AI

Enhance your content

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

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The process of creating a new variable without value
declaration
naming
instantiation
assigning

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the only function all C++ programs must contain?

start()

system()

main()

program()

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What punctuation is used to signal the beginning and end of code blocks?

{ }

-> and <-

BEGIN and END

( and )

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is a correct comment?

*/ Comments */

** Comment **

/* Comment */

{ Comment }

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

After running the following code, what will be the value of x?
y = 3;
x = 5 * y;
3
5
15
0

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the output of this program?
Program
int main()
{
cout<<"Hi everybody";
return 0;
}
"Hi everybody"
Hi everybody"
Hi everybody
"Hi everybody

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

... variables store whole numbers (-4, 3, 51, etc). 
Float
Logical
Character
Integer

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?