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
variables
:
Content language: English
Русский
What will be the result of the following program execution? ...
variables
What is the result of the following code compilation? c...
variables
Given the class: public class Clazz { public static ...
variables
What is the maximum possible length of the variable name according to The Java L...
variables
What will the following code print? public class A { ...
variables
What will be the result of the main method in the Main class execution? ...
variables
What is the result of the following code compilation and execution? ...
variables
Will the following code compile? int a = 0; double b = 0....
variables
Which of the following is a pointer declaration in C ++?...
variables
Will the following code compile (as a part of the method): ...
variables
Which lines of code contain mistakes: int main() { int in...
variables
Select all the statements that are true int a = 1; int b;...
variables
The scope of a variable that is declared inside a block extends ......
variables
Which line of the following code contains an error: int...
variables
What are the ways to pass a parameter into a function in C++?...
variables
What will be printed out as a result of the following code execution? ...
variables
What will be the value of the c variable after the following code is exec...
variables
Whenever a bool variable is converted into a number what false val...
variables
After removing the instance of a class, its static members:...
variables
Select the correct answer for a 32-bit OS (automatic alignment is not defined): ...
variables
For a given initialization of the variable and class, will the code compile? ...
variables
For given classes in C++, what will be the output of the following code: ...
variables
In which of the numbered lines below can 'y' variable be accessed/used? ...
variables
What value will be assigned to y ? const int x = 5; int main(i...
variables
What will be the output of the following code: #include <iostream...
variables
Which of the variables below are accessible from other translation units? ...
variables
What will be printed after execution: #include <memory> #include &...
variables
Having the following variables declarations in the loop, what is the result of c...
variables
Having the following declarations of variables, what will be printed to the cons...
variables
In the following code, where a literal is passed to the defined constructor, are...
variables
Select all options that declare a constant pointer (i.e. a pointer which value c...
variables
What will be in the value of variable res after execution of the fo...
variables
Which C ++ keyword should be inserted in place of the ellipsis so that the follo...
variables
case class Key(x: Int, var y: Int) val key = Key(1,2) val someMap = M...
variables
MUST NOT use "var" inside a case class
variables
Select all correct ways to define a, b and c with value of 5...
variables
← Prev
1
Next →
Sign Up Now
or
Subscribe for future quizzes