Are you an aspiring programmer and have just started learning C++ language? The quiz below is perfect for you and is from 101 to 222 and is a multiple-choice quiz to help you understand it better. All the best and keep an eye out for some more C++ quizzes. All the best.
Actual parameters
Formal parameters
Actual arguments
Formal arguments
Rate this question:
One
Two
Three
Four
Rate this question:
Branch
Iteration
Select
Repeat
Rate this question:
Algorithm
Pseudocode
Flowchart
IPO
Rate this question:
&
^
%
#
Rate this question:
Overloaded
Twin
Encapsulated
Default
Rate this question:
Debugging
Testing
Linking
Compiling
Rate this question:
Oval
Rectangle
Diamond
Parallelogram
Rate this question:
Rate this question:
Input/output
Process
Selection
Start/stop
Rate this question:
=
==
:=
!=
Rate this question:
&
!
&&
||
Rate this question:
->
>>
Rate this question:
[
{
"
Rate this question:
85 assigned to average
85.5 assigned to average
6 assigned to average
A syntax error
Rate this question:
Rectangle
Diamond
Parallelogram
Circle
Rate this question:
And
Or
Not
Xor
Rate this question:
Sales
Region
TotRegSales
Cout
Rate this question:
Command-line
Operating system
Calling function
Calling program
Rate this question:
Rate this question:
Registers
Objects
Procedures
Mnemonics
Rate this question:
{}
[]
()
Rate this question:
Logical
Comparison
Mathematical
Concatenation
Rate this question:
Int totRegSales = 0;
While (region < 3)
Cin >> sales;
While (sales > 0)
Rate this question:
Local or global
Small or large
Real or virtual
Internal or external
Rate this question:
Rate this question:
.
,
;
//end do while comment
Rate this question:
Condition
Body
Iterator
Sentinel
Rate this question:
Sequential
Random
Binary
I/O
Rate this question:
Ios::input
Ios::in
Ios::io
Ios::app
Rate this question:
X
"x"
‘x’
$x
Rate this question:
Initializing
Iterating
Flushing
Accumulating
Rate this question:
Loop
Iteration
Case
Switch
Rate this question:
Statement
Expression
Function
Program
Rate this question:
->
>>
Rate this question:
X
""
‘Hello’
$Hello
Rate this question:
Iterator
Sentinel
Break
Accumulator
Rate this question:
Zero
One
Two
Many
Rate this question:
Ctrl+x
Ctrl+c c
Ctrl+x d
Ctrl+q
Rate this question:
Void calc(double, double, double &, double &);
Void calc(double %, double %,double, double);
Void calc(double, double, double @, double @);
Void calc(double *, double *, double, double);
Rate this question:
String states[4] = {""};
Tring [4]states = {""};
String states[4] = {};
String states[] = {""};
Rate this question:
Sequential
Random
Binary
I/O
Rate this question:
OutEmploy.open(ios::app, "a:\employ.txt");
OutEmploy.open("a:\employ.txt",ios::app);
OutEmploy.open(ios::app, "a:\", "employ.txt");
OutEmploy.open("a:\", "employ.txt", ios::app);
Rate this question:
Program-defined
Built-in
Value-returning
Void
Rate this question:
.
->
::
@
Rate this question:
If
If/else
Case
Switch
Rate this question:
Iterator
Scalar
Key
Index
Rate this question:
Quiz Review Timeline (Updated): Aug 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.