Home / Programming Questions / Page 1887

Prgramming MCQs Feed | Page - 1887

M

Manisha Agrawal • 9.32K Points
Tutor III

(A) Pass
(B) Continue
(C) Break
(D) Exit

R

Ram Sharma • 188.81K Points
Coach

(A) Footer
(B) Chart
(C) Header
(D) Hyperlink

V

Vaibhav Shukla • 4.53K Points
Extraordinary

Code:
i = 0
while i < 5:
    print(i)
    i += 1
    if i == 3:
        break
else:
    print(0)
(A) 0 1 2 0
(B) 0 1 2
(C) error
(D) none of the mentioned

T

Tina Singh • 10.78K Points
Tutor II

(A) TreeMap
(B) HashMap
(C) Hashtable
(D) None

S

Sandeep • 6.47K Points
Tutor III

Code:
<?php
Echo "Hello
";
echo "MCQ
";
ECHO "Buddy";
?>
(A) Hello
(B) MCQ
(C) Buddy
(D) Hello MCQ Buddy

R

Ram Sharma • 188.81K Points
Coach

(A) Function
(B) Metadata
(C) Method
(D) Managed code

R

Ram Sharma • 188.81K Points
Coach

(A) example
(B) #example
(C) .example
(D) Class example

U

Uday Singh • 7.23K Points
Tutor III

(A) blur
(B) v-offset
(C) h-offset
(D) none

Download our easy to use, user friendly Android App from Play Store. And learn MCQs with one click.

Image