+ 1
void func(int* i, int* j) { *i=*i * *i; *j=*j * *j; } int main() { int i=2, int j=3; func(&i, &i); Printf("%d, %d", i, j);
What is the Output and how this code will execute or run,?? Step by step explain
6 Réponses
+ 2
Hey there ali_øsman,
If you'd like to know the output of the code just put it in a code playground and run it, you'll see the output. :)
If you don't understand it, please clarify your question, add some more information. Thanks :)
+ 1
code is truncated.. ..
post code or link in description place. not in question place. Make better use of description place with clear details......
hope it helps.......
https://www.sololearn.com/Discuss/2416942/?ref=app
0
Thanks Abol