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

Explain how do you determine the length of a string value that was stored in a variable?

0 Answers  


f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

5 Answers   Geometric Software,


how to use showbits function?

2 Answers   Infosys, TATA,


print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(“%d” ,a[i]); }

8 Answers  


write a program to delete an item from a particular location of an linear array?

1 Answers  


What is the difference between local variable and global variable in c?

0 Answers  


What is pass by reference in c?

0 Answers  


what are enumerations in C

0 Answers   TCS,


compute the nth mumber in the fibonacci sequence?

10 Answers   Canon, HPL, Satyam, TCS,


Why can arithmetic operations not be performed on void pointers?

0 Answers  


What does a pointer variable always consist of?

0 Answers  


Categories