Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 854 Bytes

File metadata and controls

39 lines (37 loc) · 854 Bytes
title Reading Pointer Values | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid 3dd1cf15-30ac-4dec-9b14-258d20501fcf
caps.latest.revision 6
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Reading Pointer Values

ANSI 4.9.6.2 The input for %p conversion in the fscanf function

When the %p format character is specified, the fscanf function converts pointers from hexadecimal ASCII values into the correct address.

See Also

Library Functions