answersLogoWhite

0

println is not a C++ keyword.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is default name of c plus plus?

If you mean the original name of C++, it was originally called "C with Classes". However, after the introduction of template metaprogramming, it was renamed C++ which meant "the successor to C".


Why plus sign included before variable in println method of java?

Such a plus sign should not be necessary. In Java, an expression like (+x) is equivalent to (x) (with or without the quotation marks).


When do we use int in c plus plus programming?

'int' is one of the built-in data-types, it is meant to hold integer values.


What is meant by white spaces in c plus plus?

space, tabs (horizontal and vertical), carriage return, line feed, form feed.


What is the difference between the printf and the println statement in java?

The println method outputs a newline character after the arguments you pass to it. The code for println basically looks like: public void println(String x) { print(x); newLine(); }


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


B plus b plus b plus c plus c plus c plus c equals?

b + b + b + c + c + c + c = 3b + 4c


What is a primary function in C plus plus?

There is no such thing. You probably meant the main function. The main function is the only function that is required as it serves as the entry point of the program.


Symplify c plus c plus c plus c?

4c


What is c plus c plus c plus c plus c?

c + c + c + c + c = 5 * c.


Which is the balanced form of the equation CO2 plus c co?

co2 + c = 2co I'm guessing you meant to say 'equals' after the c, because if there wasn't a yield/equal sign, you can't balance it.