MCQ in programming

MCQ in programming

University

10 Qs

quiz-placeholder

Similar activities

Mastering Scientific Notation: Multiplication & Conversion

Mastering Scientific Notation: Multiplication & Conversion

8th Grade - University

10 Qs

Mastering Scientific Notation: Multiply & Convert Challenges

Mastering Scientific Notation: Multiply & Convert Challenges

8th Grade - University

10 Qs

Pronunciation of 3rd Person Singular

Pronunciation of 3rd Person Singular

University

15 Qs

Exploring Exponent Properties in Real-Life Scenarios

Exploring Exponent Properties in Real-Life Scenarios

8th Grade - University

10 Qs

Mastering Comparisons and Divisions in Scientific Notation

Mastering Comparisons and Divisions in Scientific Notation

8th Grade - University

10 Qs

12 Internet words

12 Internet words

University

11 Qs

Grade 7 Exponential Expressions: Word Problems Challenge

Grade 7 Exponential Expressions: Word Problems Challenge

7th Grade - University

10 Qs

Mastering Scientific Notation: Division & More for Grade 7

Mastering Scientific Notation: Division & More for Grade 7

7th Grade - University

10 Qs

MCQ in programming

MCQ in programming

Assessment

Quiz

English

University

Hard

Created by

Rema m

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The statement char ch = ‘Z’ would store in ch :

The character Z

ASCII value of Z

Z along with the single inverted commas

Both (A) and (B)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a character constant?

‘Thank You’

‘Enter values of P, N, R’

‘23.56E-03’

All the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

. The maximum value that an integer constant can have is .................

-32767

32767

1.7014e+38

–1.7014e+38

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is wrong ?

mes = 123.56;

con = 'T' * 'A';

this = 'T' * 20;

3 + a = b;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following shows the correct hierarchy of arithmetic operators in C++ ?

**, * or /, + or -

**, *, /, +, -

**, /, *, +, -

/ or *, - or +

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a is an integer variable, a = 5/2; will return a value

2.5

3

2

0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The name of the variables, functions, labels and other user defined object are called .................

expression

identifier

pointer

statement

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?