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

Why void is used in c?

1062


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

2150


What is structure padding and packing in c?

1124


How does sizeof know array size?

1171


How do I convert a string to all upper or lower case?

1173


Explain how do you determine a file’s attributes?

1092


int far *near * p; means

3623


What is function prototype?

1217


How do I get an accurate error status return from system on ms-dos?

1179


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

1207


Why functions are used in c?

1198


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3784


What are the __date__ and __time__ preprocessor commands?

1177


What is size of union in c?

1081


What are derived data types in c?

1132