C Certified Entry-Level (CLE) Programmer Certification Practice Test 2026 - Free CLE Programmer Practice Questions and Study Guide

Session length

1 / 20

Which of the following is not a keyword in C++?

goto

delete

break

constant

The term "constant" is not a keyword in C++. In C++, keywords are reserved words that have specific meanings and functionalities defined by the language itself, which the programmer cannot use for other purposes.

On the other hand, "goto," "delete," and "break" are keywords. "Goto" allows for a jump to a labeled statement within a function, often considered controversial due to its potential to make code flow hard to follow. "Delete" is used to deallocate memory that was previously allocated with "new," and "break" is used to exit from a loop or switch statement prematurely.

Understanding the use and definition of these keywords is crucial for writing effective C++ code, as using them correctly ensures that the program behaves as intended. Recognizing that "constant" is not a built-in keyword helps clarify that it may be used in a different context, such as in defining constant variables or using the `const` qualifier, but it does not have special syntax or functionality on its own in the way that reserved keywords do.

Next question

Find the option that is right for you!

All options are one-time payments.

$12.50

30 day premium pass

All the basics to get you started

  • Ad-free experience
  • View your previous attempt history
  • Mobile app access
  • In-depth explanations
  • 30 day premium pass access
👑$30.00 $87.50 usd

6 month DELUXE pass (most popular)

Everything with the 30 day premium pass FOR 6 MONTHS! & the ultimate digital PDF study guide (BONUS)

  • Everything included in the premium pass
  • $87.50 usd value for $30.00! You save $57.50!
  • + Access to the ultimate digital PDF study guide
  • + 6 months of premium pass access
  • + Priority support
$12.50 $18.99

Ultimate digital PDF study guide

For those that prefer a more traditional form of learning

  • Available for instant download
  • Available offline
  • Hundreds of practice multiple choice questions
  • Comprehensive content
  • Detailed explanations
Image Description
Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy