Skip to content

Latest commit

 

History

History
44 lines (41 loc) · 874 Bytes

File metadata and controls

44 lines (41 loc) · 874 Bytes
title Summary of Identifiers | 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 2fe74b88-79e4-4e09-9d87-c258905ec31a
caps.latest.revision 7
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

Summary of Identifiers

identifier:
nondigitidentifier nondigitidentifier digit

nondigit: one of
_ a b c d e f g h i j k l mn o p q r s t u v w x y zA B C D E F G H I J K L MN O P Q R S T U V W X Y Z

digit: one of
0 1 2 3 4 5 6 7 8 9

See Also

Lexical Grammar