what is the program to display your name in any color?
Answers were Sorted based on User's Feedback
Answer / subham verma
We can display it using Paint.
Thanks and regards:-
SUBHAM VERMA
| Is This Answer Correct ? | 0 Yes | 2 No |
What is #ifdef ? What is its application?
What does extern mean in a function declaration?
What is the use of function overloading in C?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
how does the C compiler interpret the following two statements p=p+x; q=q+y; a. p=p+x; q=q+y b. p=p+xq=q+y c. p=p+xq; q=q+y d. p=p+x/q=q+y
What are the 5 elements of structure?
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is getch?
Can we access array using pointer in c language?
What is the use of linkage in c language?
What is the purpose of sprintf?