Skip to content
May 9, 2025
Prajwal Rai Blog

Prajwal Rai Blog

  • Home
  • MY BLOG
    • IT
    • Others
  • C-Program
  • Plus 2
    • Class 11
    • Class 12
  • QBasic
    • QBasic-Basics
    • Patterns in QBasic
    • Numeric Pattern
    • Modular Program
    • Program Design Tools
    • QBasic Projects
  • Web Design
    • HTML AND CSS
    • JavaScript
  • PHP
  • Fundamental
  • About me
Main Menu
Class 12(C-Program)

multiplication table in C program

January 15, 2020 - by Prajwal Rai - Leave a Comment

//multiplication table
#include<stdio.h>
#include<conio.h>
main()
{
int i,j,p;
printf("The Multiplication table of 1 to 10 is:");
for (i=1;i<=10;i++)
{
for(j=1;j<10;j++)
{
p=i*j;
printf("%d*%d=%d\n",i,j,p);

}
printf("\n");
}
getch();
}

Taggedmultiplication table in C program

Related Posts

Find the sum of 10 integer numbers using defined function in C program

March 23, 2023

Write a program in C to enter ‘N’ of data using file handling (user choice)

March 20, 2023

Write a program in C to copy file using file handling

March 20, 2023

Post navigation

Previous Article input integer in array and find total in C program
Next Article Decimal to Binary using while statement in C program

Recent Posts

  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • 20bet Casino Premia New Players Get Up Jest To $120 Plus 120 Fs
  • Najlepsze Rabaty Pieniężne W Polsce

Recent Comments

  1. Dilip Patel on About me
  2. Kshitiz Shrestha on Simple HTML Project for students of Class 8,9,10,11
  3. Ganesh on About me
  4. sabin on About me
  5. Prajwal Rai on Library Functions in QBASIC-Introduction

Archives

  • May 2025
  • April 2025
  • April 2024
  • April 2023
  • March 2023
  • February 2023
  • September 2021
  • May 2021
  • April 2021
  • March 2021
  • August 2020
  • January 2020
  • December 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • October 2015
  • September 2015

Categories

  • 20bet Casino Logowanie 842
  • Bet20 Casino 746
  • Class 11
  • Class 12
  • Class 12(C-Program)
  • Dafabet Casino 891
  • Ekbet Live 397
  • Excursions 958
  • Fansbet Review 632
  • Fundamental
  • HTML AND CSS
  • IT
  • JavaScript
  • Metatrader Cryptocurrency Exchange 241
  • Modular Program
  • MY BLOG
  • Numeric Pattern
  • Others
  • Partycasino Bonus Code 10€ 839
  • Patterns in QBasic
  • PHP
  • Plus 2
  • Program Design Tools
  • QBasic
  • QBasic Projects
  • QBasic-Basics
  • Sportsbet Oficial 799
  • Web Design
Copyright © 2025 Prajwal Rai Blog.
Maintained by Prajwal Rai