MSK Technologies

Home
Practice Programs
Java Programs Python Programs Java Quiz
Pages
Python Java Material PLSQL Material
Search A Job

Write a C-program to print multiplication of two numbers?

  1. Home
  2. C Language Programs

Write a C-program to print multiplication of two numbers?

Write a C-program to print multiplication of two numbers


#include <stdio.h>
                                                                         
int main() {
    int x,y,z;
    printf("Enter x,y values");
    scanf("%d%d",&x,&y);
    z=x*y;
    printf("Multiplication is %d",z);
  
    return 0;
}
                                            

Output:

Enter x,y values12 12
Multiplication is 144




More Programs


9 . Write a C-program to print multiplication of two numbes
10 . Write a C-program to print division of two numbes
11 . Write a C-program to print modular division of two numbes
12 . Write a C-program to print swaping of two numbers with using third variable
13 . Write a C-program to print swaping of two numbers without using third variable
14 . Write a C-program to print relation of two numbers
15 . Write a C-program to print logical operators program using &&, || ,!
16 . Write a C-program to print bitwise AND operation
17 . Write a C-program to print bitwise OR operation
18 . Write a C-program to print bitwise CAP operation
19 . Write a C-program to print bitwise NEGATION operation



Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Java Practice Programs

400 Java Programs

Java Practice Programs

Write a Program to find second largest number in an array

Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers

Write a java Program to check the given number is Palindrome or not

Write a Program to remove duplicate element in an array

Write a Java Program to Calculate electricity bill

Python Practice Programs

Write a Python Program to Check Armstrong Number?

Write a Python program that checks whether a specified value is contained within a group of values.

Write a Python program to display the current date and time.

Write a Python program to test whether a passed letter is a vowel or not.

Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.

Java Quiz

Java Quiz - 13

Java Quiz - 5

Java Quiz - 19

Java Quiz - 1

Java Quiz - 22

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs