Skip to main content

Posts

Showing posts from March, 2016

MATRIX

Q1 :  Write a C program to print a " Matrix" as an output by using arrays? #include<conio.h>                                                   #include<stdio.h>                                                    void main()                                                               {                                                                               int a...