Coding Now – Best AI & Full Stack Courses in Delhi NCR | 100% Placement
Limited Offer: Get 50% OFF on AI & Full Stack Courses
📞 Call Now: +91 9667708830
Home Community Create a multiplication table in C using for loop.

Create a multiplication table in C using for loop.

Soham  •  Jul 20, 2026  •  3 views
0

1 Answers

Soham
Jul 20, 2026
#include <stdio.h>
int main()
{
int i,n;
printf("Enter Number: ");
scanf("%d",&n);
for(i=1;i<=10;i++){
printf("%d x %d = %d\n",n , i, i*n);
}
}

Your Answer

Will not be displayed publicly
💬 Talk to Advisor
1
WhatsApp

Latest from Our Blog

Insights on AI, Data Science, Full Stack & Career

View All Articles →