I stumbled upon this syntax while revising for my final exams in Informatics.
int x = (1, 2, 3, 4, 5);
What exactly does this represent? Is it an array or something else? I don't usually code in C++, but I have the basic knowledge of its syntax and I never saw this syntax before.