70) C/C++ Quiz
Which operation is used as Logical 'AND' in C++?
Which operation is used as Logical 'AND' in C++?
Anonymous Poll
18%
Operator - &
10%
Operator - +
70%
Operator - &&
3%
Operator - ||
71) Java Quiz
Which of the following is true for Constructor?
Which of the following is true for Constructor?
Anonymous Poll
50%
It must have a same name as the class
18%
A constructor is used to create Objects
3%
A constructor may be declared private
29%
All of above
72) Python Quiz
What is the correct output of following code? Str = "Hello World" print(str(found('o'))
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
75) Python Quiz
Identify the valid numeric literally in Python?
Identify the valid numeric literally in Python?
Anonymous Poll
45%
5678
17%
5,678
24%
5678.0
14%
0.56+10