C++ and Java Quiz
English
Advanced
This quiz has questions about C++ and Java Programming languages. It has fundamental programattic principle questions.
Description
37
Questions
30 sec
Per question
4:12
Average time
2.0
Contest Score
4.7
Community Rating
12
Participants
23 comments
Big Pug judge
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 judge
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 author
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 author
Thanks for the comment, it was meant from the choices there,..
yabets Zerai
The question are vary good and i like that
Giant Kitten author
Thanks 👍
@bela
very good
Giant Kitten author
Thank you.👍
Agile Jaguar
Very good quiz for intermediate level.
Giant Kitten author
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 author
Glad you liked it. The typo will be rectified whenever possible.
Michael
Complicated questions. I hope to try more and get better
Giant Kitten author
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 author
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 author
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 author
Small Lizard I get it. Sorry for writing the full forms as they don't represent the datatype. I was trying to be specific.
Take the quiz to leave a comment