C++ Very short answer Chapter 3 1. What is class? Explain with an example. A class is a blueprint to create objects. It contains variables and functions related to the object. Examp…
Read moreC++ Very short answer Chapter 2 1. What is an operator in C++? An operator in C++ is a symbol that performs a specific operation on one or more operands. Examples include +, -, *, /…
Read more
Social Plugin