What is the difference between ++var andvar++? Ans. The ++ operator is called the increment operator. When the operator is placed before the variable (++var), the variable is incremented by 1 before it is used in the expression. When the operator is placed after the variable (va...
See more
Download the Study24x7 App, so you can connect and collaborate.