0
how argument
how argument passed its parameters???
5 odpowiedzi
+ 4
paul maby that was a bad example 😜 basicly when you create a function with parameters that means you want to send somthing to it.
so when you call that function from main and put arguments inside the parenthisis myFunction(int i,int j,string k);
the arguments are passed to the function it does (somthing) and then returns the result back to the calling method.
+ 3
think of them like ovens you put a cake mixture in (arguments) 📤and it transforms it and returns a cake 🎂
0
what do you mean
0
oh now i understand the question
0
cuz my english is bad