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
Write a program to swap two numbers without using third variable?
What is scanf_s in c?
Write a program for finding factorial of a number.
How can I make sure that my program is the only one accessing a file?
What is the difference between functions abs() and fabs()?
What is dangling pointer in c?
What are the features of c language?
shorting algorithmS
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is the difference between fread and fwrite function?
Why doesnt the call scanf work?
How can you increase the size of a statically allocated array?
What is file in c preprocessor?
What does c mean before a date?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler