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
variable-scope
:
Content language: English
Русский
Will the following code compile? int a = 0; double b = 0....
variable-scope
Does the following code contain errors? void Test() { t...
variable-scope
The scope of a variable that is declared inside a block extends ......
variable-scope
What will be printed out as a result of the following code execution? ...
variable-scope
For a given initialization of the variable and class, will the code compile? ...
variable-scope
For given classes in C++, what will be the output of the following code: ...
variable-scope
In which of the numbered lines below can 'y' variable be accessed/used? ...
variable-scope
What value will be assigned to y ? const int x = 5; int main(i...
variable-scope
What will be the output of the following code: #include <iostream...
variable-scope
Which of the variables below are accessible from other translation units? ...
variable-scope
← Prev
1
2
Next →
Sign Up Now
or
Subscribe for future quizzes