Generally, in all C++ programs, texts are in white colour.
Can we change the colour of the text(either input or output
or both)? If so, help me out.



Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(eit..

Answer / sidhartha

Yes, it can be possible by using graphics library function.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More OOPS Interview Questions

In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}

1 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


who is the founder of c++?

15 Answers   Hexaware, ONGC,


WILL I GET A guaranteed JOB AFTER DOING bsc()IT) and GNIIT from an NIIT CENTRE??

21 Answers   Biocon, MIT, NIIT,


What is a class oop?

0 Answers  






What is polymorphism explain?

0 Answers  


what does exactly the linker do?

1 Answers  


There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?

3 Answers   Microsoft,


what is difference between String s=new String("vali"); String s="vali"

1 Answers  


What is this pointer in oop?

0 Answers  


What are classes oop?

0 Answers  


What is polymorphism explain its types?

0 Answers  


Categories