answersLogoWhite

0


Best Answer

Comments and variables are two different things. They are so different the question does not make sense. Perhaps you should restate the question, giving us more details as to what you are looking for?

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is comment variable in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does a constant do in c plus plus?

A constant is a variable that does not change. The correct term is constant variable.


What is syntax in c plus plus for declaring a variable?

type variable {[optional array size]} {= optional initializer};


Is the word main an illegal variable name in C PLUS PLUS?

I can tell you that it is not an illegal variable name in C. I do not currently have a C++ compiler installed, but I would assume that it would also be valid in C++.


What do you mean by initialization in c plus plus?

Not initialized variable: int myInt; Initialized variable: int myInt = 10;


Most c plus plus plus programmers use uppercase letters for variable names?

No.


What is a primitive type variable in c plus plus?

same the types used in C. that is int...char...float...


What are the three variable types largest to smallest in C plus plus?

doginert jesret


How do you alternate the input numbers using for loop in c plus plus?

Input a variable.


What is B plus B plus B plus C plus C plus C?

It is impossible to give any decimal/numeric value if we are not given the values of at least one variable, so the answer is B + B + B + C + C + C.


Which word is reserved in c plus plus?

All C++ keywords are reserved, as are all variable and function names that begin with two leading underscores.


Why you need to declare variable 1st in turbo c plus plus?

In C++ all names (including variables) must be declared before they can be used.


Is an expression in one variable with a degree of 2 written in the form ax2 plus bx plus c?

Yes