Computer Programs using C, Java, JSP, PHP & Database Applications using MS Access & MySQL
Thursday, 31 October 2024
8. C Program to perform addition and subtraction of Matrices
›
/*8. C Program to perform addition and subtraction of Matrices */ #include<stdio.h> void main() { int a[10][10],b[10][1...
7. Write a C Program to remove Duplicate Element in a single dimensional Array
›
/* 7. Write a C Program to remove Duplicate Element in a single dimensional Array */ #include <stdio.h> void main() { in...
6. Write a C program to read marks scored in 3 subjects by n students and find the average of marks and result (Demonstration of single dimensional array)
›
/* 6. Write a C program to read marks scored in 3 subjects by n students and find the average of marks and result (Demonstration of single...
5. Write a C Program to read percentage of marks and to display appropriate grade (using switch case)
›
/*5. Write a C Program to read percentage of marks and to display appropriate grade (using switch case) */ #include<stdio.h> voi...
4. Write a C Program to read a number, find the sum of the digits, reverse the number and check it for palindrome.
›
/* 4. Write a C Program to read a number, find the sum of the digits, reverse the number and check it for palindrome. */ ...
›
Home
View web version