Apr 17, 2014

C Programs

A Program to perform multiplication of two 3x3 and 3x2 matrix.
#include<stdio.h>
#include<conio.h>
void main()
{
int a[3][3], b[3][2],c[3][2],i,j,k;
printf("Enter elements for matrix A:\n");
for (i=0;i<3;i++)
{
for (j=0;j<3;j++)

Feb 26, 2014

Programs of C Programming

1. A Program to print "Himalaya College of Engineering" for 10 times using while loop.

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

Feb 14, 2014

Virus Threat

1)Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all of them!

Type :