C++ and Java Quiz
English
Avançado
This quiz has questions about C++ and Java Programming languages. It has fundamental programattic principle questions.
Descrição
37
Perguntas
30 seg
Por pergunta
4:12
Tempo médio
2,0
Pontos no Concurso
4,7
Pontos da Comunidade
12
Participantes
23 comentários
Big Pug juiz
This test may have a higher chance of receiving a reward. Nominated for:

Educational explanations. 👍 Explanations cover why the correct answers are correct.
E.g.: #q36,#q31,#q27 etc
Many explanations simply repeat question and correct answer. Some examples: #q2, #q6, #q7, #q12, #q13, #q14, #q15, #q16, #q17, #q19, #q23, #q24, #q25, #q34, #q35, #q36, #q37.
So I think that this quiz should be disqualified. What do you think, Big Pug?
Big Pug juiz
Upon further review, the last verdict was incorrect. This Quiz is no longer qualified . We apologize for the inconvenience.

Thank you for taking the effort to submit your Quiz for the contest.
Unfortunately, this Quiz will not be able to receive a prize:

Missing explanations. More than 10 explanations simply repeat
the correct answer.
E.g.: #q37, #q36, #q35, #q34 etc
Giant Kitten autor
Thanks for letting me be a part of this contest.
I thought that simple explanations would be enough when preparing the quiz. I'm sorry that I didn't meet the requirements for the explanations.
I would include better detailed explanations in the future.
Appreciate all the work you are doing.
Calm Wolf
One question is ambiguous. "21. What is a function defined inside a class called?" The answer is member function or method, but here it is inline function. In fact, inline functions can be declared outside of a class. Overall, good quiz!
Giant Kitten autor
Thanks for the comment, it was meant from the choices there,..
yabets Zerai
The question are vary good and i like that
Giant Kitten autor
Thanks 👍
very good
Giant Kitten autor
Thank you.👍
Agile Jaguar
Very good quiz for intermediate level.
Giant Kitten autor
Happy you liked it.
Subtle Camel
One question have spelling mistake, 2hat instead of what.
It is very quiz and easy for me I got 36 out of 37.
Giant Kitten autor
Glad you liked it. The typo will be rectified whenever possible.
Complicated questions. I hope to try more and get better
Giant Kitten autor
Thanks for the comment.
Small Lizard
Operators with same priority level are evaluated in what direction?
For some operators, it is left to right, and for some operators, it is right to left.
Read here: https://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B#Operator_precedence (Associativity column)
Giant Kitten autor
Sorry for the mistake. The operators should have been specified particularly. Thanks for the comment.
Small Lizard
Which one of the following is not a java primitive datatype?
Your answer is Long Double.
But Character, Float, and Byte are not primitive data types, they are wrappers of char, float, and byte respective.
Giant Kitten autor
Thanks for the comment. I was refering to it in a sense like: "Primitive types are the most basic data types available within the Java language. There are 8: boolean, byte, char, short, int, long, float and double. These types serve as the building blocks of data manipulation in Java. Such types serve only one purpose — containing pure, simple values of a kind."
https://en.m.wikibooks.org/wiki/Java_Programming/Primitive_Types#:~:text=Primitive%20types%20are%20the%20most,simple%20values%20of%20a%20kind.
Small Lizard
Giant Kitten Yes, this site says that boolean, byte, char, short, int, long, float and double are the only primitive data types. But you wrote in question, that Character, Float and Byte are primitive data types.
Giant Kitten autor
Small Lizard I get it. Sorry for writing the full forms as they don't represent the datatype. I was trying to be specific.
Faça o quiz antes de comentar