C/C++ Programming MCQ

1. A variable comes into existence, or ____, when you declare it.

Answer

Correct Answer: Comes into scope

Note: This Question is unanswered, help us to find answer for this one

2. An array's size declarator must be a(n)________ with a value greater than ________.

Answer

Correct Answer: Constant integer expression

Note: This Question is unanswered, help us to find answer for this one

3. A(n) ________ operator can work with programmer-defined data types.

Answer

Correct Answer: Overloaded

Note: This Question is unanswered, help us to find answer for this one

4. The leftmost digit in a bit string is called the ____.

Answer

Correct Answer: Most significant digit

Note: This Question is unanswered, help us to find answer for this one

5. A comparison is correct only when the correct ____ and operator are used.

Answer

Correct Answer: Operands

Note: This Question is unanswered, help us to find answer for this one

6. The ideal type of loop to use for repeating a menu is a(n) ________ loop.

Answer

Correct Answer: Do-while

Note: This Question is unanswered, help us to find answer for this one

7. In july ____, ansi/iso standard c++ was officially approved.

Answer

Correct Answer: 1998

Note: This Question is unanswered, help us to find answer for this one

search