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


Please Help Members By Posting Answers For Below Questions

What are the different types of linkage exist in c?

599


Can stdout be forced to print somewhere other than the screen?

605


What is an endless loop?

790


Do you know the difference between exit() and _exit() function in c?

599


Why & is used in scanf in c?

607






can any one provide me the notes of data structure for ignou cs-62 paper

1690


What is data structure in c and its types?

579


please send me the code for multiplying sparse matrix using c

1708


What are the three constants used in c?

533


Is c still used?

589


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1483


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2704


Explain how do you list files in a directory?

606


Does sprintf put null character?

582


What does 1f stand for?

598