#include <stdio.h>

int main(int argc, char **argv)
{
while (*++argv) puts(*argv);
}

ifじゃなくても条件式のなかでインクリメントするけどね