05:- choose the correct answers (Multiple Choice Questions) 1. Which of the following is considered a keyword in C++ LANGUAGE? a) for b) long c) if d) None of the mentioned e) All of the mentioned 2. What's wrong? while( (i< 10) && (i > 24)) a) the logical operator && cannot be used in a test condition b) the while loop is an exit-condition loop c) the test condition is always false d) the test condition is always true 3. What loops needs a semi colon after? a) For loop b) While loop c) Do while loop d) All of the mentioned e) None of the mentioned

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section6.1: Function And Parameter Declarations
Problem 8E: (Numerical) a. Write a C++ program that accepts an integer argument and determines whether the...
icon
Related questions
Question
100%

choose the correct answers

C++

05:- choose the correct answers (Multiple Choice Questions)
1. Which of the following is considered a keyword in C++ LANGUAGE?
a) for
b) long
c) if
d) None of the mentioned
e) All of the mentioned
2. What's wrong? while( (i < 10) && (i > 24))
a) the logical operator && cannot be used in a test condition
b) the while loop is an exit-condition loop
c) the test condition is always false
d) the test condition is always true
3. What loops needs a semi colon after?
a) For loop
b) While loop
c) Do while loop
d) All of the mentioned
e) None of the mentioned
Transcribed Image Text:05:- choose the correct answers (Multiple Choice Questions) 1. Which of the following is considered a keyword in C++ LANGUAGE? a) for b) long c) if d) None of the mentioned e) All of the mentioned 2. What's wrong? while( (i < 10) && (i > 24)) a) the logical operator && cannot be used in a test condition b) the while loop is an exit-condition loop c) the test condition is always false d) the test condition is always true 3. What loops needs a semi colon after? a) For loop b) While loop c) Do while loop d) All of the mentioned e) None of the mentioned
Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Public key encryption
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr