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 / nazar hussain khan

#include"stdio.h"
#include"conio.h"
void main(void)
{
clrscr();
int a,
for(i=1;i<=10;i++)
{
printf("%d",i);
}
printf("\n");
getch();
}

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why doesn't C support function overloading?

2873


How will you find a duplicate number in a array without negating the nos ?

2189


What is the difference between arrays and pointers?

1177


Compare and contrast compilers from interpreters.

1185


What is the significance of scope resolution operator?

1459


application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above

1117


What are local variables c?

1075


What is difference between structure and union in c?

1042


What does. int *x[](); means ?

1139


What is the symbol indicated the c-preprocessor?

1322


Write a code to remove duplicates in a string.

1084


write a program for the normal snake games find in most of the mobiles.

2312


Using which language Test cases are added in .ptu file of RTRT unit testing???

4357


How do I use strcmp?

1139


what are bit fields? What is the use of bit fields in a structure declaration?

2208