Join Our Telegram Channel Contact Us Join Now!

How to create a program of showing multiplication table and multiplying start point and end point in C programming?

 Multiplication Table In C++ Without Loop:



 


First Of all , you are begineer in c programming. please visitmy website and i will provide you table code in this post.

First, you go to visual studio code and create a file

#include<stdio.h>

#include<conio.h>

int main()

{

    int num;

printf("Enter the number you want multiplication table of\n");

Scanf("%d ",&num);

printf("table of %d ",num);


printf("%d X  1\n",num,num*1);

printf("%d X 2=%d\n",num,num*2);

printf("%d X 3=%d\n",num,num*3);

printf("%d X 4=%d\n",num,num*4);

printf("%d X 5=%d\n",num,num*5);

printf("%d X 6=%d\n",num,num*6);

printf("%d X 7=%d\n",num,num*7);

printf("%d X 8=%d\n",num,num*8);

printf("%d X 9=%d\n",num,num*9);

printf("%d X 10=%d\n",num,num*10);

return 0;

}

After Completing this code give output image given below




And the multiplication table code is                           

Rate this article

Loading...
This is the official site of Mr. Niraj Kumar Hacker. This website provides blogging, news, result, admit, scholorship, essay etc This is the official site of Mr. Niraj Kumar Hacker. This website provides blogging, news, result, admit, scholorship, essay etc

Post a Comment

Cookies Consent

This website uses cookies to ensure you get the best experience on our website.

Cookies Policy

We employ the use of cookies. By accessing Lantro UI, you agreed to use cookies in agreement with the Lantro UI's Privacy Policy.

Most interactive websites use cookies to let us retrieve the user’s details for each visit. Cookies are used by our website to enable the functionality of certain areas to make it easier for people visiting our website. Some of our affiliate/advertising partners may also use cookies.