Home / Questions / Explain the use of comma operator (,).
Explanatory Question

Explain the use of comma operator (,).

👁 925 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

Comma operator can be used to separate two or more expressions.

Eg: printf("hi") , printf("Hello");