
quiz on C operator and decision making loop
QuizĀ by Joyson S
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the output of the following code?
What will be the output of the following code?
What will be the output of the following code?
Ā What is the output of the following code?
What is the result of the following code?
Which of the following is NOT a assignment operator?
What is the result of the logical expressionĀ (5 > 3) && (2 < 1)Ā in C?
What will be the output of the following code?
What is the precedence of arithmetic operators (from highest to lowest)
What will be the output?
Which keyword is used to skip the rest of the code inside a loop for the current iteration and start the next iteration?
What will be the output of the following code?
In which of the following can theĀ breakĀ statement NOT be used directly?
Which of the following loops can be used for infinite looping?
What will be the output of the following code?
Which loop is guaranteed to execute at least once?
What is the output of this loop?
Which loop is most appropriate when the number of iterations is known?
What will be printed?
How many times will this loop execute?