Category: C
-
CMiscellaneous Program(exponential without using pow() method)
Without using the pow() method, here is a program to find exponential. Long long int is twice as big as…
April 8, 2022
-
CMiscellaneous Program(Reverse an array)
A simple program to reverse an array is provided below. Output: here, we have reversed the input array and printed…
April 9, 2022
-
CMiscellaneous Program(Remove Duplicate Elements)
When an array contains the same number of elements in both sorted and unsorted order, the elements of the array…
April 10, 2022
-
CMiscellaneous Program(Matrix multiplication)
A Matrix Multiplication program is provided below. Only when the number of columns in the first matrix equals the number…
April 10, 2022