Computer Science, asked by sandeepjinder19, 5 months ago

6. Each C++ statement is terminated by
comma.
True
False​

Answers

Answered by keyboardavro
5

Answer:

true

Explanation:

We know that in C and C++, every statement is terminated with a semicolon but comma operator also used to terminate the statement after satisfying the following rules. The variable declaration statements must be terminated with semicolon. The statements after declaration statement can be terminated by comma operator.

Answered by bilamsurya74
0

Answer:

false

Explanation:

plse follow me

Similar questions