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

A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none

734


What are the disadvantages of c language?

622


How pointer is different from array?

584


What is sizeof array?

613


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1077






How can I prevent another program from modifying part of a file that I am modifying?

615


Implement bit Array in C.

678


How can I split up a string into whitespace-separated fields?

572


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3734


Do pointers take up memory?

659


Why malloc is faster than calloc?

593


What does d mean?

587


What language is windows 1.0 written?

575


what is the role you expect in software industry?

1658


what are the 10 different models of writing an addition program in C language?

1442