C++ Quiz

Quiz
•
Computers
•
University
•
Medium
SATHISH KUMAR N
Used 20+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1.Who invented C++?
a) Dennis Ritchie
b) Ken Thompson
c) Brian Kernighan
d) Bjarne Stroustrup
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. Which of the following is used for comments in C++?
a) /* comment /
b) // comment /
c) // comment
d) both // comment or /* comment */
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.Which of the following is a correct identifier in C++
a) VAR_1234
b) $var_name
c) 7VARNAME
d) 7var_name
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4.What happens if the following program is executed in C and C++?
#include <stdio.h>
int main(void){
int new = 5;
printf("%d", new); }
a) Error in C and successful execution in C++
b) Error in both C and C++
c) Error in C++ and successful execution in C
d) A successful run in both C and C++
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5.Which of the following correctly declares an array in C++?
a) array{10};
b) array array[10];
c) int array;
d) int array[10];
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.What is the size of wchar_t in C++?
a) Based on the number of bits in the system
b) 2 or 4
c) 4
d) 2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7. Which is more effective while calling the C++ functions?
a) call by object
b) call by pointer
c) call by value
d) call by reference
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Initiation à la programmation 5 : les tableaux

Quiz
•
University
10 questions
Basic java

Quiz
•
University
10 questions
Java Arrays

Quiz
•
University
15 questions
ARRAYS AND FUNCTIONS

Quiz
•
University
15 questions
CODE ZENITH

Quiz
•
University
7 questions
1D Array

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
10 questions
C++ Array

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade