Quizzes
Site Language: English
Українська
English
Русский
Programming Tests
Login
Sign Up
Programming Tests
Theory
Snippets
Papers
Landing
Android
Prices
FAQ
Cosmo Story
Terms and Conditions
Privacy Policy
Cookies Policy
Send Feedback
loops
:
Content language: English
Русский
What will happen when you try to compile and run the following code? It is assum...
loops
What will be the result of the following program execution? ...
loops
What is the result of the following code compilation and execution? ...
loops
Given a two-dimensional array (matrix) int[][] arr = {{...
loops
What will be the result of the following code execution? ...
loops
What will be printed out as a result of the following code execution? ...
loops
What will the following code print out? 01: public clas...
loops
What happens when the following class is compiled and executed? ...
loops
What is the result of the following code compilation and execution? ...
loops
What will be the value of the variable count after executing of this code? ...
loops
What will be the result of the program? public class M...
loops
What happens at compilation and ruing of this piece of code? ...
loops
What happens when you'll try to compile and run this code: ...
loops
What will be printed as a result? public class Test { ...
loops
What is the result of the program? public class B { ...
loops
What happens when you compile and run the following code? ...
loops
What will the program bring to the console? public cla...
loops
What will be the result of displaying this code? public...
loops
What is the result of the following program: public cla...
loops
1. int x = 10; 2. do { 3. x--; 4. } whil...
loops
What is the result of the following program execution? ...
loops
What is the resut of the following code compilation and execution? ...
loops
What is the result of the following code compilation and execution? ...
loops
How many times will the body of the following while loop be executed? ...
loops
What will be the value of variable i after the following code fragment is...
loops
What will be printed out as a result of the following code's execution? ...
loops
What will be printed out as a result of the following code's execution? ...
loops
What will be printed out as a result of the following code's execution? ...
loops
What will be printed out as a result of the following code execution? ...
loops
Which line of the following code contains an error: int...
loops
What is the value of result after code execution? in...
loops
What will be printed out as a result of the following code execution? ...
loops
What will be printed out as a result of the following code execution? ...
loops
What will be printed out as a result of the following code execution? ...
loops
How many iterations of the following loop will be performed? ...
loops
How do you loop through objects in an array?...
loops
Here is a code: public static void doIt(String String) ...
loops
What values will variables x and i finally have: ...
loops
What will the following code print: public class ForLoo...
loops
How many times will this code print out the line "Test": ...
loops
What will be the result of compilation and execution of the following code? ...
loops
What will be printed out as a result of the following code execution? ...
loops
While using a variable reference, what will happen after compilation and executi...
loops
For the given for loop in C++, what result will be displayed when running...
loops
What will be displayed: int main() { float t = 0.5; float x = ...
loops
What will be the result of evaluating the following function: float f...
loops
What will be displayed on the console as a result of the program? ...
loops
What will be printed as a result of the execution of the following program? ...
loops
What will be printed by this program if you enter 3 values from the console: 1, ...
loops
Which C ++ keyword should be inserted in place of the ellipsis so that the follo...
loops
Given the following code: enum Enum { a = 0, b = 3, c }...
loops
Which error will occur in this code? #include <vector...
loops
What will be printed out as a result of the following code execution? (C++11) ...
loops
Consider following code snippet: for( var i=0; i&l...
loops
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes