Out of the following, find those identifiers, which cannot be used for naming Variable, Constants or Functions in a C++ program:
_Cost, Price*Qty, float, Switch,
Address One, Delete, Number12, do
Price*Qty, Address One, do and float is cannot be used for naming variable, constants or Functions in a C++ program.