Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What are two dimensional arrays alternatively called as?

1187


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2325


Here is a good puzzle: how do you write a program which produces its own source code as output?

1104


Describe the modifier in c?

1102


Why cant I open a file by its explicit path?

1035


Why do some versions of toupper act strangely if given an upper-case letter?

1078


#include { printf("Hello"); } how compile time affects when we add additional header file .

1895


What is variable in c example?

1075


difference between Low, Middle, High Level languages in c ?

2085


What is the difference between abs() and fabs() functions?

1129


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4688


How can I sort a linked list?

1049


Explain what is the difference between a string and an array?

1169


‎How to define structures? · ‎

1089


How do you use a pointer to a function?

1087