How do you print an address? Ans. The safest way is to use printf() (or fprintf() or sprintf()) with the %P specification. That prints a void pointer (void*). Different compilers might print a pointer with different formats. Your compiler will pick a format that's right for your...
See more
Download the Study24x7 App, so you can connect and collaborate.