C++ Fundamentals

C++ Fundamentals

University

10 Qs

quiz-placeholder

Similar activities

Data structures

Data structures

University

12 Qs

Kuizi 14 - Web

Kuizi 14 - Web

10th Grade - University

15 Qs

Understanding Loops in C Language

Understanding Loops in C Language

University

15 Qs

Deep Learning Quiz

Deep Learning Quiz

University

15 Qs

Common errors in C programming

Common errors in C programming

University

15 Qs

Structures and union

Structures and union

University

15 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

CSC404 Quick Exercise 4-1

CSC404 Quick Exercise 4-1

University

10 Qs

C++ Fundamentals

C++ Fundamentals

Assessment

Quiz

Computers

University

Medium

Created by

Carlos Montiel

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a struct in C++?

A struct in C++ is a built-in data type for storing integers.

A struct in C++ is used for defining functions.

A struct in C++ is a keyword for loops.

A struct in C++ is a user-defined data type that allows you to group different types of variables under one name.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed the C++ programming language?

Linus Torvalds

Bjarne Stroustrup

Tim Berners-Lee

Dennis Ritchie

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the different data types available in C++?

int, float, double, char, bool, arrays, structures, classes

string

boolean

pointers

float

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you perform iterations in C++?

Iterations in C++ are done by using 'switch' statements.

Performing iterations in C++ involves using 'goto' statements.

You can perform iterations in C++ using 'if-else' statements.

You can perform iterations in C++ using loops like 'for', 'while', or 'do-while'.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are structs used in C++?

To perform mathematical operations efficiently

To handle exceptions in the code

To create user-defined data types that can hold multiple variables of different data types under a single name.

To improve the readability of comments

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When was C++ first released?

1985

2005

1975

1990

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Give an example of a primitive data type in C++.

double

string

float

int

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?