what is the program to display your name in any color?

Answers were Sorted based on User's Feedback



what is the program to display your name in any color?..

Answer / subham verma

We can display it using Paint.

Thanks and regards:-
SUBHAM VERMA

Is This Answer Correct ?    0 Yes 2 No

what is the program to display your name in any color?..

Answer / shiva shankar shukla

word art

Is This Answer Correct ?    5 Yes 9 No

Post New Answer

More C Interview Questions

Can main () be called recursively?

0 Answers  


What is LINKED LIST? How can you access the last element in a linked list?

0 Answers   ADP,


In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }

1 Answers  


What is const and volatile in c?

0 Answers  


Can one function call another?

0 Answers  






Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


write a programe returns the number of times the character appears in the string

2 Answers  


A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


What is indirection? How many levels of pointers can you have?

0 Answers   Aspire, Infogain,


Why is it important to memset a variable, immediately after allocating memory to it ?

0 Answers  


Categories