Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
second P
//gcc 7.4.0 #include <stdio.h> int main(int argc, char* argv[]) { printf("The Program is called with %d arguments \n", argc); printf("Hello, world!\n"); for (int i= 0; i<argc;++i) { printf("RGUMENT %d is %s\n",i, argv[i]); } return 0; }
run
|
edit
|
history
|
help
0
strcopy
18BCE2182 LAB FAT-2-A-ii
TopRightTriangle.c
Finite State Machine Program Example (ECE 2534)
Assignment 2
ele888 lab1 run - graphs
fork
2.1 Comparision of Matrix Transpose Execution Time
Assignment 5 Cos(x)
pseudo hw v1