Posts by zatzk • 3 points
1 post
-
-1
votes1
answer57
viewsQ: variable pass by reference between function in c
1) Create a program that has a character array. This vector must have a maximum size TAM = 10. No parameter can be global. The program must have: a. the main function, responsible for interacting…