+ 2
// can any told me why its showing warning and how to avoid warning? https://code.sololearn.com/cnp9Vsvs943J/?ref=app
Printing address of variable. https://code.sololearn.com/cnp9Vsvs943J/?ref=app
4 Respuestas
+ 3
Hello, you should add program in description , (better to share code link)
+ 2
NIKHIL JOSHI remove those "&" before i in printf's .
Error is clearly saying that it expected unsigned int (i) but it got type int* (&i).
+ 2
NIKHIL JOSHI probably due to %x .
0
Abhay by removing '&' it is printing '0'