Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 665 Bytes

reading-pointer-values.md

File metadata and controls

23 lines (21 loc) · 665 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Reading Pointer Values | Microsoft Docs
11/04/2016
cpp-language
article
C++
3dd1cf15-30ac-4dec-9b14-258d20501fcf
6
mikeblome
mblome
ghogen

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