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 / rahul

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i=5;
printf("%d",i);
getch();
}

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is %d called in c?

1280


What are volatile variables in c?

993


what is stack , heap ,code segment,and data segment

2760


What does it mean when a pointer is used in an if statement?

1152


What is the difference between new and malloc functions?

1177


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1131


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

1040


What is difference between structure and union with example?

1119


What is main () in c language?

1185


What is class and object in c?

1172


all c language question

2484


what are the facialities provided by you after the selection of the student.

2326


What do you mean by keywords in c?

1196


Can we change the value of static variable in c?

1076


Tell me when is a void pointer used?

1234