Posts by Renan Ustolin • 11 points
1 post
-
1
votes1
answer173
viewsQ: Error in covering from int to int*
I wanted to know why you are causing the error: Error converting int to int*' This program is only for training the use of pointers in parameters. void teste(int *t){ *t = 50; } int main(){ int x =…