Computer Science, asked by kallan9778, 7 days ago

cout<<ans=8;find the result if ans is 6

Answers

Answered by TrishnaMandal
0

Answer:

In this Intensive C++ Training Series, we learned about the various concepts in C++ like variables, storage classes, type qualifiers, etc in our earlier tutorials. We also came to know how we can modify these variables.

To do these modifications, we need to perform operations on these variables & constants and to perform these operations we make use of operators.

Operators are symbols which act on variables or other entities that are called operands and perform mathematical or logical operations to modify their values and produce results accordingly

Similar questions