cs201 quiz 3 2022 cs201 quiz 3 searching file pdf CS201 Solved MCQs with Ref from Quiz 3 CS201 Solved Grand Quiz 3 download CS201 Solved Quizzes File 3 download pdf cs201 today quiz 3 file pdf || cs201 quiz searching file download pdf
Which one of
the statement given
below is equivalent
to sum=j*j
Sum=sum + j * j
All elements of
an array must
be of ------------
= same data type
In c/c++ null
character is represented
as
=/n
The dynamic memory
allocation uses memory from
the ---------
= heap
When a value
is refereed by
a normal variable
then it is
known as -------------
= direct reference
The address
operator & is
used with -----------
= variable
A variable declared
inside block code
becomes the ----------
variable for that block
= local
If a friend
function outside the
class declares itself
friend of the
class this may
violate the concept
of ----------------------
= encapsulation
and data hiding
In c/c++ ----
are the doors
through which data
can enter and come
out of a program
= streams
cs201 quiz 3 2022 cs201 quiz 3 searching file pdf CS201 Solved MCQs with Ref from Quiz 3 CS201 Solved Grand Quiz 3 download CS201 Solved Quizzes File 3 download pdf cs201 today quiz 3 file pdf || cs201 quiz searching file download pdf
A -------------- name
includes a primary
name and an
optional period with an extension
= file
The operator used
casting in C
is standard ------------- operator
= cast
Which of the
following function call
is ‘call by
reference’ for the
following function prototype
Void func (int*);
= func(&num);
What is the
height legal index
for the following
array
Int arr [4]
= 3
Both end 1 and
flush are
= manipulators
What will be
the output cout
<< setbas (16)<<52
= 34
The return type
of the operator
function << operator
= reference of o stream
class (o stream&)
New operator allocates
memory from free
store and returns ---------
= a pointer
The operator returned
by the new
operator points to
------- of memory
chunks allocated by
the new operator
= first memory address
cs201 quiz 3 2022 cs201 quiz 3 searching file pdf CS201 Solved MCQs with Ref from Quiz 3 CS201 Solved Grand Quiz 3 download CS201 Solved Quizzes File 3 download pdf cs201 today quiz 3 file pdf || cs201 quiz searching file download pdf
A template function
must have at
least ------------ generic
data type
= one
What does STL
stands for
= standard template
library
The appropriate data
type to store
the number of
rows and columns
of matrix is
= int
By using objects
as class members
------------ is achieved
= re usability
0 Comments
Post a Comment