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

{
int n = 5;
for(i=1;i<=10;i++)
printf("
%d x %d = %d",n,i,n*i);
}

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1944


What does main () mean in c?

1146


If the size of int data type is two bytes, what is the range of signed int data type?

1071


Write the syntax and purpose of a switch statement in C.

1153


Explain what is wrong with this statement? Myname = ?robin?;

1641


How does pointer work in c?

1195


Explain how can I pad a string to a known length?

1249


the question is that what you have been doing all these periods (one year gap)

2140


What is meant by int main ()?

1256


How is actual parameter different from the formal parameter?

1063


Why do we need functions in c?

1082


What is strcpy() function?

1219


Can you tell me how to check whether a linked list is circular?

1498


What are the types of bitwise operator?

1167


What is the difference between new and malloc functions?

1183