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...

Write a program to produce the following output:
1
2
3
4
5
6
7
8
9
10

Answer Posted / guest

#include<stdioh>
#include<conio.h>
void main()
{
int i;
for(i=0;i<=10;i++)
{
printf("%d",i);
}
}

Is This Answer Correct ?    8 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How will you print TATA alone from TATA POWER using string copy and concate commands in C?

1427


how many key words availabel in c a) 28 b) 31 c) 32

1133


Should a function contain a return statement if it does not return a value?

1138


Why are algorithms important in c program?

1174


What is function prototype in c language?

1090


Explain what is the stack?

1162


Is fortran faster than c?

1086


What kind of structure is a house?

1104


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

2500


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

1757


int far *near * p; means

3623


Which is best book for data structures in c?

1142


Where are local variables stored in c?

1098


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

2049


Are the outer parentheses in return statements really optional?

1162