Showing posts from December, 2021

Write a C program to Multiply two matrices.

TASK- Write a C program to Multiply two matrices. LOGIC BUILDING: In the View of simply math, Two matrices multiplying, must be…

Write a C program for HCF of Two Numbers.

TASK- Write a C program for HCF of Two Numbers. HCF= The highest common factors of each member of group    CODE: #include<s…

Write a C program for LCM of Two Numbers

TASK- Write a C program for LCM of Two Numbers. LCM: Least common multiple , its a number which is closer to certain with havin…

C Projects (ATM)

TASK- ATM Machine Develop a C-Code for the implementation of ATM machine with the following features: Have a name of your bank.…

Load More
That is All