It can do whatever you want, or even nothing at all as long as it contains each
ID: 3536404 • Letter: I
Question
It can do whatever you want, or even nothing at all as long as it contains each element. Here are the requirements:
main will use command line arguments
define a structure in main
call a function in a second separate file to add data to the structure
one value must be from the command line argument
you can ask the user for another input value - scanf
your structure can have more than 2 values
call a function in a third separate file to modify the structure
it is your choice how to modify the structure
Declare an array in main
pass the array as an argument to a function in a fourth separate file
add input values in the array in the function
print the values of the array in the main
Declare two integer variables in main
create a fifth separate file which will contain a method to modify the integer variables
pass one variable by reference
pass one variable by value
return the modified variable that was passed by value
print the modified integer variables in main
List where each file begins and ends, complete with the appropriate header file(s)
Explanation / Answer
http://www.cprogramming.com/tutorial/c/lesson14.html it helps you
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.