
Coding Relay MCQ
Flashcard
•
Computers
•
University
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the output of the following C++ code?
#include <iostream>
using namespace std;
int main() {
int x = 5;
cout << x++ * ++x;
return 0;
}
Back
Undefined Behaviour
2.
FLASHCARD QUESTION
Front
What is the size of int in C++ (typically on a 64-bit system)?
Back
4 bytes
3.
FLASHCARD QUESTION
Front
What will happen if return 0; is missing in main() function in C++?
Back
Program Runs Successfully
4.
FLASHCARD QUESTION
Front
What is the default value of a boolean variable in Java?
Back
false
5.
FLASHCARD QUESTION
Front
Which data structure is most efficient for implementing a priority queue?
Back
Binary Heap
6.
FLASHCARD QUESTION
Front
What does the following Python code print?
def func(a, b=2):
return a * b
print(func(3))
Back
6
7.
FLASHCARD QUESTION
Front
What will be the output of the following Java code?
class Test { public static void main(String[] args) { String s1 = "Java"; String s2 = new String("Java"); System.out.println(s1 == s2); } }
Back
false
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
The Gift of Magi Flashcard
Flashcard
•
University
19 questions
PRACTICAL RESEARCH 2_Q2_Reviewer
Flashcard
•
12th Grade - University
15 questions
Oscar Wilde Flashcard
Flashcard
•
University - Professi...
25 questions
Ch. 3 Inventory Management 20252 Flashcard
Flashcard
•
University
26 questions
Definitions & Functions of Law
Flashcard
•
University
20 questions
Vocabulary Flashcards
Flashcard
•
University
19 questions
Vocabulary Flashcards
Flashcard
•
University
20 questions
Anova Review
Flashcard
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
54 questions
Analyzing Line Graphs & Tables
Quiz
•
4th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade