cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
defining identifiers
defining identifiers
Nov 4, 2012 at 7:50pm UTC
closed account (
LN7oGNh0
)
How do you define an identifier. That is all i want to know.
Thank you.
Nov 4, 2012 at 7:55pm UTC
AbstractionAnon
(6954)
int
identifier;
Of coruse, you can use any defined type instead of int.
Is this what you're asking?
Topic archived. No new replies allowed.