Toán tử trong C ++

Toán tử trong C ++

10th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

FQCTEST

FQCTEST

10th Grade

15 Qs

KIỂM TRA 15 PHÚT MÔN TIN 12

KIỂM TRA 15 PHÚT MÔN TIN 12

12th Grade - University

20 Qs

flowol week 3

flowol week 3

9th - 12th Grade

17 Qs

Tin học 11 chương I

Tin học 11 chương I

1st - 12th Grade

20 Qs

Pretest Aplikasi Pengolah Angka

Pretest Aplikasi Pengolah Angka

10th Grade

15 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

15 Qs

Ms. Exel dan Fungsi Logika IF

Ms. Exel dan Fungsi Logika IF

10th Grade - University

15 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Toán tử trong C ++

Toán tử trong C ++

Assessment

Quiz

Computers

10th - 12th Grade

Practice Problem

Medium

Created by

Fahad Khan

Used 234+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

This code will output 0.

cout<< 23 % 2 <<endl;

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these operators increments an integer variable by one?

**

++

--

$$

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Upon execution, what is stored in variable P?

P = 14 - 6 * 2;

16

2

22

26

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What should be the values of variable b and variable h to get the value of area equals to 75 where area = 0.5 * b * h;

b = 10

h = 10

b = 15

h = 15

b = 10

h = 15

b = 20

h = 10

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the given statement?

P = 20 + 4 – 50 % 6;

22

26

2

12

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is an example of arithmetic operators in C++ programming?

&&

||

%

$$

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is TRUE about logical And (&&) operator?

The output is 1 only when anyone of the values is 0.

The output is 1 only when all values are 0.

The output is 1 only when anyone of the values is 1.

The output is 1 only when all values are 1.

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?