josemartinez2619 josemartinez2619 26-10-2022 Computers and Technology contestada write the definition of a function tripleit, which triples its argument but returns nothing so that it can be used as follows: int x=5; tripleit(&x); /* x is now equal to 15 */ submit