Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Program to input form command line and print it
// Command line inout basic program #include <stdio.h> int main(int argc, char *argv[]) { int index; for (index = 0; index < argc; index++) printf("%s\n", argv[index]); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Lab 9 v0.8
Assignment 5 Cos(x)
addition
Project 3 part 2 Book v0.5
a3
day 3 integer manipulation
HW22
a1
String Manipulation
mypro
Please log in to post a comment.