Explain the use of comma operator (,) in C Programming?
Comma operator can be used to separate two or more expressions.
Eg: printf(“hi”) , printf(“Hello”);