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