Coding Mcq’s
10.4K subscribers
3 photos
1 file
6 links
Do join for coding McQ’s‼️

All types of Programming Questions, Answer & Mcq's 🧠👨‍💻
Download Telegram
👍6🕊21
Which of the following type is provided by C++ but not C?
Anonymous Quiz
35%
a) double
12%
b) float
4%
c) int
49%
d) bool
👍1
What will be the output of the following Python code?

i = 1 while True: if i%3 == 0: break print(i) i + = 1
Anonymous Quiz
26%
a) 1 2 3
30%
b) error
32%
c) 1 2
13%
d) none of the mentioned
🥱9👍7🤯741
Which of the following tag is used for inserting the largest heading in HTML?
Anonymous Quiz
5%
<h3>
4%
<h2>
12%
<h4>
78%
<h1>
👍112🔥1
W3Schools Black Week Sale!

Flat 70% Discount on W3School additional 20% Discount using Coupon: CURIOUS_PROGRAMMER

Claim 90% Here👇
https://campus.w3schools.com/CURIOUS_PROGRAMMER
👍321
Guess the output:
varx=5,y=1  
var obj ={ x:10}   with(obj)   {         alert(y)   }  
Anonymous Quiz
23%
1
51%
Error
19%
10
7%
5
👍202