a simple program in c language

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


Please Help Members By Posting Answers For Below Questions

Whats s or c mean?

766


What is the difference between the local variable and global variable in c?

713


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

944


Where in memory are my variables stored?

828


Write a program to check whether a number is prime or not using c?

794


How variables are declared in c?

773


How can I delete a file?

813


What kind of structure is a house?

755


What is an example of structure?

796


What is c programming structure?

815


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1898


largest Of three Number using without if condition?

1252


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

1695


What is d'n in c?

807


Why array is used in c?

752