in C-programming language without using printf statement
can we get output r not ? if yes how and if no also how ?
Answer Posted / mahendran
#include<graphics.h>
#include<conio.h>
void main()
{
int gd=DETECT,gm;
initgraph(&gd,&gm, "");
outtextxy(75,170,"Welcome");
getch();
}
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Is it possible to have a function as a parameter in another function?
how do you programme Carrier Sense Multiple Access
How is a pointer variable declared?
Can you define which header file to include at compile time?
Is array a primitive data type in c?
Explain 'far' and 'near' pointers in c.
What are directives in c?
What are the advantages of Macro over function?
What is the use of structure padding in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
How can a program be made to print the name of a source file where an error occurs?
Is there any demerits of using pointer?
Why double pointer is used in c?
What does stand for?
difference between object file and executable file