True/False
You can use #define to define a name for a C++ variable.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: We are interested in providing a class,say
Q20: The following program has been partitioned into
Q21: You can use the static qualifier with
Q22: A namespace is just a class with
Q23: The scope of a using directive or
Q25: You want to use only one name,funct1,from
Q26: Namespaces can be defined in pieces across
Q27: You can have a name spelled the
Q28: The include statement,#include <file.h> looks in the
Q29: The output from the following code is<br>"function".<br>(The