Coding Quiz (Premium Membership)
151 subscribers
146 photos
15 files
91 links
Premium Quality Content πŸ‘‡πŸ»
πŸ“šπŸ”Έ C/C++ / JAVA / Python Quizzes
πŸ•ΉπŸ”Έ Free Courses / Projects / Ebooks
πŸ’ΌπŸ”Έ Daily Jobs/Internships Updates
Download Telegram
68) Java Quiz

Which symbol is used to contain the values of automatically initialized array?
Anonymous Poll
60%
Bracket [ ]
20%
Braces { }
20%
Parentheses ( )
0%
Semicolon ;
69) Python Quiz

How to access list element in python?
Anonymous Poll
13%
print l->get(0)
58%
print l.item(0)
3%
print l(0)
26%
print l[0]
πŸ‘1
Apply Now : Click Here
Apply Now : Click Here
Apply Now : Click Here
Apply Now : Click Here
70) C/C++ Quiz

Which operation is used as Logical 'AND' in C++?
Anonymous Poll
18%
Operator - &
10%
Operator - +
70%
Operator - &&
3%
Operator - ||
72) Python Quiz

What is the correct output of following code? Str = "Hello World" print(str(found('o'))
Anonymous Poll
46%
4,7
23%
7
17%
4
14%
2
Apply Now : Click Here
73) C/C++ Quiz

Does a c++ code end with_____?
Anonymous Quiz
10%
:
85%
;
5%
'
0%
,
74) Java Quiz

Which of these are not Bitwise Operator?
Anonymous Poll
29%
&
21%
&=
32%
|=
18%
<=
75) Python Quiz

Identify the valid numeric literally in Python?
Anonymous Poll
45%
5678
17%
5,678
24%
5678.0
14%
0.56+10