Home / Programming Questions / Page 1888

Prgramming MCQs Feed | Page - 1888

R

Ram Sharma • 178.09K Points
Coach

(A) begin= "10"
(B) start= "10"
(C) style= "begin:10"
(D) style= "start:10"

I

Indresh • 9.61K Points
Tutor III

(A) Updation, Incrementation, Initialization
(B) Initialization, Testing, Incrementation
(C) Testing, Updation, Testing
(D) Initialization, Testing, Updation

R

Ram Sharma • 178.09K Points
Coach

Code:
{
int a = 5;
int b = 10;
cout << (a>b?a:b);
}
(A) 5
(B) 10
(C) Syntax error
(D) None of these

R

Ram Sharma • 178.09K Points
Coach

(A) echo
(B) export
(C) remember
(D) save

R

Ram Sharma • 178.09K Points
Coach

(A) /etc/user
(B) /etc/skel
(C) /etc/passwd
(D) /etc/group

R

Ram Sharma • 178.09K Points
Coach

(A) Parameterized constructor
(B) Destructor
(C) Copy Constructor
(D) Assignment operator function

R

Ram Sharma • 178.09K Points
Coach

(A) null
(B) undefined
(C) object
(D) All of the above