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

print the table 5 in loops

Answer Posted / mazahar

#include<stdio.h>
main()
{
int i,n=5;
for(i=0;i<=10;i++)
printf("%d*%d=%d",n,i,n*i);
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In C, What is the #line used for?

2326


What is double pointer?

1041


Why do we use int main instead of void main in c?

1199


find the sum of two matrices and WAP for it.

1194


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4749


For what purpose null pointer used?

1115


Can you please explain the difference between malloc() and calloc() function?

1182


What are pointers? Why are they used?

1248


Why use int main instead of void main?

1178


Why main is not a keyword in c?

1318


If I have a char * variable pointing to the name of a function ..

1228


What are the rules for the identifier?

1217


How does pointer work in c?

1194


Can you subtract pointers from each other? Why would you?

1005


In C language, a variable name cannot contain?

1326