1/11/00
COM1100 Winter2000 Yuhong Yin Northeastern University
17
Examples of C++ Identifier -- 2
nSome invalid identifier
n2ndQtrSale 
n // can not start with digit
n hi!there     
n // ! not valid
n top…ten
n //. can not be used
n case     
n // keyword can not be used
n Dept  No
n // Blank space can not be used
n