int main (int argc, char** argv) { int x, y = 4; x = (5, argc); return x + y; }