1.

Which Format Specifier Is Used For Printing A Pointer Value?

Answer»
  • %p is used to display the corresponding ARGUMENT that is a pointer.
  • %x can also be used to print VALUES in HEXADECIMAL form.



Discussion

No Comment Found