Which header is used for cout in modern C++?
Choose the correct answer.
Which data type stores whole numbers?
Choose the correct answer.
Which keyword creates an object dynamically?
Choose the correct answer.
Which keyword is used to define a function?
Choose the correct answer.
Which keyword declares a constant?
Choose the correct answer.
Which keyword releases dynamically allocated memory?
Choose the correct answer.
Which loop executes at least once?
Choose the correct answer.
Which operator is used for assignment?
Choose the correct answer.
What does C++ stand for?
Choose the correct answer.
Which function is commonly used for output?
Choose the correct answer.
Which operator is used for equality comparison?
Choose the correct answer.
Which access specifier allows access from anywhere?
Choose the correct answer.
Which keyword is used to create a class?
Choose the correct answer.
Which stream is used for input?
Choose the correct answer.
Which operator accesses members through pointer?
Choose the correct answer.
Which keyword refers to current object?
Choose the correct answer.
Which operator accesses class members via object?
Choose the correct answer.
Which symbol ends a C++ statement?
Choose the correct answer.
Which file extension is commonly used for C++ source files?
Choose the correct answer.
Which keyword is used for inheritance?
Choose the correct answer.
Which symbol begins a preprocessor directive?
Choose the correct answer.
Which loop is best when iterations are known?
Choose the correct answer.
Which operator is logical OR?
Choose the correct answer.
Which keyword returns a value from function?
Choose the correct answer.
Which preprocessor directive includes headers?
Choose the correct answer.
Which keyword defines namespace usage?
Choose the correct answer.
Which operator gets address of variable?
Choose the correct answer.
Which operator means NOT?
Choose the correct answer.
Which statement skips current iteration?
Choose the correct answer.
Which operator is logical AND?
Choose the correct answer.
Which keyword labels switch cases?
Choose the correct answer.
Which data type stores true/false?
Choose the correct answer.
Which keyword is used for decision making?
Choose the correct answer.
Which keyword defines macro?
Choose the correct answer.
Which feature enables code reuse?
Choose the correct answer.
Which feature allows same function name?
Choose the correct answer.
Which statement handles multiple choices?
Choose the correct answer.
Which keyword defines template?
Choose the correct answer.
Which function is program entry point?
Choose the correct answer.
Which operator dereferences pointer?
Choose the correct answer.
Which file extension is commonly used for C++ source files?
Choose the correct answer.
Which keyword is used for inheritance?
Choose the correct answer.
Which keyword exits a loop?
Choose the correct answer.
Which operator accesses members through pointer?
Choose the correct answer.
Which keyword refers to current object?
Choose the correct answer.
Which access specifier allows access from anywhere?
Choose the correct answer.
Which stream is used for input?
Choose the correct answer.
Which operator accesses class members via object?
Choose the correct answer.
Which keyword releases dynamically allocated memory?
Choose the correct answer.