what is the one thing that must be in every single cSolution
what is the one thing that must be in every single c++
Solution
Answer:
It is a code that must be present to give the actual meaning of the solution of a particular problem. If you are asking about the syntax , then every single statement should end with the ; . It depends on the need of the problem.

