#include <stdio.h> int main(int argc, char *argv[]) { while (argc--) printf("%s\n", argv[argc]); return 0; }
main
Previous Question Next Question
Your comments will be displayed only after manual approval.