Hindi, asked by rohitjhariya1599, 9 months ago

How to color codeing C/C++

Answers

Answered by Archita893
0

Holla user !!

Answer:

If You want to change the Text color in C++ language There are many ways. In the console, you can change the properties of output. click this icon of the console and go to properties and change color. The second way is calling the system colors.

Answered by Anonymous
1

{ \red{ \underline{ \huge{ \mathfrak{answer}}}}}

In Advance Learning Tutorial, today we will learn about the colors in C / C + +. So far, you have used only two colors in your program Black and White, Black color in Background and White color foreground, i.e. to print the character.

By default, all compilers use these two colors. But if you want to print any character on your screen from the color of your choice, then you can do it with the help of the functions described below. Keep in mind that the functions described below will only run on Text Mode. Using the colors, you can make your program more attractive in C /C++.

Total 15 colors have been defined in C++. To use any color, you can use the name of that color or the corresponding value of that color. This value is already defined in the compiler.

{ \green{ \underline{ \huge{ \mathcal{be \: brainly}}}}}

Similar questions