what is the code to display color fonts in the output?



what is the code to display color fonts in the output?..

Answer / guest

printf

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Interview Questions

Write code for atoi(x) where x is hexadecimal string.

5 Answers   Adobe,


how to get starting address of a running C program

3 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }

3 Answers   HCL,






a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

0 Answers  


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


Explain built-in function?

0 Answers  


Why is not a pointer null after calling free?

0 Answers  


Explain the use of fflush() function?

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


where do we use volatile keyword?

1 Answers  


Categories