In which of the following expressions the comma is the operator (comma operator) {and is the sequence point}, and in which the comma separator {and is NOT the sequence point}
/*1*/  int a=2, b=3;
/*2*/  f( g(a), h(b) );
/*3*/  c = ( g(), h() );
Select line numbers where the comma is the operator
Explanation
Get an explanation when it's available:

Follow CodeGalaxy

Mobile Beta

Get it on Google Play
Send Feedback
Cosmo
Sign Up Now
or Subscribe for future quizzes