Read more

Show more

C Program to Swap Two Numbers

# include <stdio.h> int main () { double first, second, temp; pri…

WRITE A PROGRAM IN 'C' TO FIND SQUARE OF A GIVEN MATRIX ?

SQUARE OF A MATRIX IN 'C' #include <stdio.h> #include&l…

Write a program to check Average marks Using Array

Easy and simple way to make an program to get the average marks usi…

Write a program to check whether a number is prime or composite.

#include<stdio.h>  #include<conio.h>   void  main (  ) …

program to make pascals triangle in C

#"C"# Program#to#make#Pascal's#Triangle Easy and simple way…

Load More That is All