Basic C++ Question

Basic C++ Question

Professional Development

12 Qs

quiz-placeholder

Similar activities

Quiz - Pointers and Callby value & Reference

Quiz - Pointers and Callby value & Reference

Professional Development

15 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Tema 3 Control de flujo

Tema 3 Control de flujo

University - Professional Development

16 Qs

MindSpace C++ Quiz-1

MindSpace C++ Quiz-1

Professional Development

10 Qs

php- basics

php- basics

Professional Development

10 Qs

Java Basics

Java Basics

Professional Development

17 Qs

Java Increment & Decrement Operators

Java Increment & Decrement Operators

Professional Development

10 Qs

pemrograman dasar

pemrograman dasar

Professional Development

10 Qs

Basic C++ Question

Basic C++ Question

Assessment

Quiz

Computers

Professional Development

Medium

Created by

can codeit

Used 17+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of ++ in c++ ?

Addition

Increment

Decrement

Double Addition

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C ++ language is developed by

Tim Berners Lee

Dennis Ritchi

Bjarne Stroustrup

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is Data Type ?

Store values in variable

Store number in variable

Store constant in variable

Store a=10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is not a Data Type ?

int

float

chart

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct code To print specially for the number is 1000

int a=1000

cout<<a;

int a=1000;

cout<<a;

string a="1000";

cout<<a;

int a=1000;

cout<<a

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

iostream

Displays output from the screen and input from the keyboard

Has all the math equations

Counts the time

Checks if the code has a function

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the symbol to take input from user ?

>

<

<<

>>

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?