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

#include<stdio.h>
void main(void)
{
int a;
clrscr();
printf("enter a number ");
scanf("%d",&a);

printf("you enter the number %d",a);
getch();
}

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the maximum no. of arguments that can be given in a command line in C.?

1089


What is the difference between null pointer and wild pointer?

1139


explain what is fifo?

1029


What are 3 types of structures?

1030


why wipro wase

2252


Explain the priority queues?

1034


How can I rethow can I return a sequence of random numbers which dont repeat at all?

1151


WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.

2404


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

1648


Explain what is wrong with this program statement?

1071


What is the explanation for cyclic nature of data types in c?

1144


What is return in c programming?

920


Write the Program to reverse a string using pointers.

971


Define and explain about ! Operator?

955


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2503