CS201
|
< <= > >= Are Called __________ Operators.
|
Arithmetic
|
Logical
|
Relational
|
Conational
|
B
|
CS201
|
The Normal Source Of Cin Object Is
|
File
|
Disk
|
Keyboard
|
Ram
|
C
|
CS201
|
In___________ We Try To Have A Precise Problem Statement
|
Analysis
|
Design
|
Coding
|
None Of The Given
|
A
|
CS201
|
Where We Can Include A Header File In The Program?
|
Any Where
|
In Start
|
At The End
|
None Of The Given Options.
|
B
|
CS201
|
If We Open A File Stream Myfile For Reading What Will Give Us The Current Position Of The File Pointer?
|
Tellg()
|
Tellp()
|
Seekg()
|
Seekp()
|
A
|
CS201
|
In A Group Of Nested Loops Which Loop Is Executed The Most Number Of Times?
|
The Outermost Loop
|
The Innermost Loop
|
All Loops Are Executed The Same Number Of Times
|
Cannot Be Determined Without Knowing The Size Of The Loops
|
B
|
CS201
|
If We Want To Use Stream Insertion And Extraction Operators With Then We Have To Overload These Operators.
|
Int Float Double
|
Objects Of Class
|
Int Float Object
|
Int Char Float
|
B
|
CS201
|
What Is The Sequence Of Event(S) When Allocating Memory Using New Operator?
|
Only Block Of Memory Is Allocated For Objects
|
Only Constructor Is Called For Objects
|
Memory Is Allocated First Before Calling Constructor
|
Constructor Is Called First Before Allocating Memory
|
D
|
CS201
|
Loader Loads The Executable Code From Hard Disk To Main Memory
|
True
|
False
|
|
|
A
|
CS201
|
The Static Data Members Of A Class Are Initialized
|
At File Scope
|
Within Class Definition
|
Within Member Function
|
Within Main Function
|
B
|
CS201
|
Explicitly Write Keyword Private In The Class Definition
|
True
|
False
|
|
|
A
|
CS201
|
Using Dynamic Memory Is More Efficient Then The Static Memory.
|
True
|
False
|
|
|
A
|
CS201
|
With User-Defined Data Type Variables (Objects) Self Assignment Can Produce __________.
|
Syntax Error
|
Logical Error
|
Link Error
|
Non Of The Given Options
|
B
|
CS201
|
User-Defined Manipulators Are Allowed In C++.
|
True
|
False
|
|
|
A
|
CS201
|
The Operator Function Overloaded For An Assignment Operator (=) Must Be
|
Non-Member Function Of Class
|
Member Function Of Class
|
Friend Function Of Class
|
None Of The Given Options
|
B
|
CS201
|
Raid Stands For__________
|
Redundant Array Of Inexpensive Dices
|
Redundant Array Of Inexperience Devices
|
Redundant Array Of Inexpensive Devices
|
Reduced Array Of Inexpensive Devices
|
C
|
CS201
|
There Are Two Types Of Operators To Overload: Unary And Binary.
|
True
|
False
|
|
|
A
|
CS201
|
If Num Is An Integer Variable Then Num++ Means
|
Add 1 Two Times With
|
Add 1 With Num
|
Add 2 With Num
|
Subtract 2 From Num
|
B
|
CS201
|
The Reserved Words Public And Private Comes Under The Category
|
Structures
|
Strings
|
Accessibility Modifiers
|
Types Of Functions
|
C
|
CS201
|
Transpose Of A Matrix Means That When We Interchange Rows And Columns__________
|
The First Row Becomes The Last Column
|
The First Row Becomes The First Column
|
The Last Row Becomes The First Column
|
The First Column Becomes The First Row
|
B
|