answersLogoWhite

0

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

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is meant by println in c plus plus?

println is not a C++ keyword.


What are white spaces in c plus plus?

== 'White spaces' in C++ are generally not important. The C Preprocessor takes out all un-needed whitespace and extra newlines before the program is compiled. However, make sure that you put white space in between certain things, such as variable declerations. "inta;" will not create an integer variable called a; it will create an error. == Space, tabulator, line-feed, carriage-return, form-feed, vertical-tabulator.


How are the characters in C grouped?

letters, digits, special characters and white spaces


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".


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 witchcase in c?

Bad spelling for 'white-space', I suppose. ^ I figured he meant switch-case.


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.