I recall from previous discussions here, that we must cast a non-void
pointer to void * before printing its value with printf("%p"). Is it
true, and if yes why?
pointer to void * before printing its value with printf("%p"). Is it
true, and if yes why?
Comment