Answer Posted / love agarwal
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("hello");
getch();
}
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Whats s or c mean?
What is the difference between the local variable and global variable in c?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Where in memory are my variables stored?
Write a program to check whether a number is prime or not using c?
How variables are declared in c?
How can I delete a file?
What kind of structure is a house?
What is an example of structure?
What is c programming structure?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
largest Of three Number using without if condition?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is d'n in c?
Why array is used in c?