Basics of a C++ programming language
English
Початковий
A simple C++ test for beginners to consolidate the basics of this programming language.
Опис
Теги
30
Запитань
1 хв
На запитання
4:00
Середній час
3,0
Результат у конкурсі
6
Учасників
4 коментарі
Agile Hamster Суддя
Thank you for taking the effort to submit your test for the contest.
Unfortunately, this test will not be able to receive a prize:

Too many missing explanations. More than 10 explanations simply repeat the correct answer. E.g.
#q1
#q4
#q8
#q11
#q12
#q13
#q14
#q17
#q18
#q22
#q30
Agile Hamster Суддя
Upon further review, the last verdict was incorrect. This Quiz is no longer disqualified (although it is not guaranteed to receive a prize either). We apologize for the inconvenience.
Why have you cancelled disqualification? You said in previous comment that "more than 10 explanations simply repeat the correct answer". What has changed?
Ace Cock
"What is the correct way to call the class constructor with parameters name and surname?"
the line with "new" operator calls the constructor too, so technically there are two correct answers.

"What will be the output of a shown code?" (#7)
"age" variable was not declared

"Which of these operators cannot be overloaded?"
asterisk can be overloaded as a binary operator or as a dereference operator, so the question is confusing

"What is the correct syntax for declaring a pointer?"
I see what you meant here, but "country" can be pointer to string too, so technically there are two correct answers
Щоб залишати коментарі, необхідно пройти тест