Write a program that is passed a file name and a string to be searched through command-line arguments in C code example
Example: command line arguments c
int main(int argc, char* argv[]){/*...*/}
int main(int argc, char* argv[]){/*...*/}