C

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=…

C project 2(ATM With Functions)

TASK- ATM Machine Develop a C-Code with full use of functions for the implementation of ATM machine with the following featur…

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…

Load More
That is All