create a c program using command line argument to receive 10 numbers and find smallest and biggest among them with suitable example
Answers
Answered by
0
Answer:
The problem is to find the largest integers among three using command line argument.
Notes:
Command-line arguments are given after the name of the program in command-line shell of Operating Systems. To pass command line arguments, we typically define main() with two arguments : first argument is the number of command line arguments and second is list of command-line arguments.
please mark as brainliests I need it and also follow me for more answers
Similar questions