what is the program to display your name in any color?
Answer Posted / subham verma
We can display it using Paint.
Thanks and regards:-
SUBHAM VERMA
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How can I implement sets or arrays of bits?
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?
Under what circumstances does a name clash occur?
What is the purpose of scanf() and printf() functions?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
How do you define a string?
How can you read a directory in a C program?
What is infinite loop?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is difference between scanf and gets?
Explain how do you convert strings to numbers in c?
Can you please explain the scope of static variables?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
How do I copy files?