C program to fill upper triangle with 1, lower triangle with -1 and diagonal elements with 0
C program to fill upper triangle with 1, the lower triangle with -1 and diagonal elements with 0.
C program to fill upper triangle with 1, the lower triangle with -1 and diagonal elements with 0.
Aim: Merge two numeric arrays in sorted order using C.
C program to merge two arrays Read More »
Aim: Base conversion of a number using C.
C program for base conversion Read More »
Aim: Write odd and even numbers into different files using C.
C program to write odd and even numbers into different files Read More »
Aim: Check whether a given year is a leap year or not using C.
C program to check leap year Read More »