#include <stdio.h> int main (void) { for (int i = 0, j = 0; i < 3 && j < 3; i++, i < 3 ? 42 : j++) printf ("%d, %d\n", i, j); return 0; }