c program

Intelligence of a person

TASK: According to a study, the approximate level of intelligence of a person can be calculated using the following formula: i=…

Escape sequence in C

Escape sequence in C:  The escape sequence in the C language is the sequence of the letters that do not stand out when used with…

Write a C program to Subtract Two Matrix

TASK- Write a C program to Subtract Two Matrix. STEPS TO BE TAKEN: 1) Matrix is a type of array. 2) Array can have multiple d…

Write a C Program to ADD two Matrices.

TASK- Write a C Program to ADD two Matrices. STEPS TO BE TAKEN: 1) Matrix is a type of array. 2) Array can have multiple dimen…

Write a C program for Palindrome number

TASK- Write a C program for Palindrome number. What is a Palindrome number: Number which when reversed is equal to the origina…

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…

Load More
That is All