Who developed C++ programming language?
C++ Bootcamp 2k24

Quiz
•
Computers
•
University
•
Hard
Harshavardhan Bamane
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Dennis Ritchie
Prajwal Shah
James Gosling
Bjarne Stroustrup
Answer explanation
C++ was developed by Bjarne Stroustrup, as an extension to C language.
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
What are the features of C++? (Multiple correct)
Object Oriented Programming Language
Standard Template Library (STL)
Very very simple language
Worst memory management
Answer explanation
Advantages of C++ Language:
I)Object Oriented Programming Language.
II)Standard Template Library (STL).
III)Better memory management.
Disadvantages of C++ Language:
IV)Complex programming language.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is not a Keyword in C++ Language?
free
auto
if
int
Answer explanation
In C++, the term "free" is commonly associated with memory management functions, particularly with the free function.
So it is a function not keyword!
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following is a Derived Data Type?
int
float
pointer
char
Answer explanation
I) int-primitive data type
II)class - user-defined data type
III) Structure - user-defined data type
IV) pointer-derived data type
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a correct identifier in Cpp?
INT_1234
7VAR_NAME
$var_name
5variable
Answer explanation
INT_1234 - Correct identifier
7VAR_NAME - Incorrect identifier (starts with a digit)
$var_name - Incorrect identifier (contains a dollar sign, which is not allowed)
5variable - Incorrect identifier (starts with a digit)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is more effective while calling the C++ functions?
call by surname
call by name
call by reference
call by value
Answer explanation
Call by reference implement pointers i.e.
do not copy data before operations!
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output (if possible)?
Compilation Error
We Love C Plus Plus
We Love C Plus Plus
0
WeLoveCPlusPlus0
Answer explanation
endl : used to print new line in output
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
PL SQL

Quiz
•
University - Professi...
25 questions
C Quiz 1

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
15 questions
Java Quiz based on array

Quiz
•
University
25 questions
C Programing

Quiz
•
University
15 questions
CODE ZENITH

Quiz
•
University
20 questions
BS TEST2

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade