C Language
Pages
(Move to ...)
Main
C Concepts
C Questions
▼
Friday, 6 December 2013
Pascal triangle
›
1 1 1 1 2 1 1 3 3 1 Pascal triangle in c #include <stdio.h> long factorial ( int ) ; ...
Program to find Transpose of a matrix
›
This c program prints transpose of a matrix. It is obtained by interchanging rows and columns of a matrix. For example if a matrix is 1 ...
›
Home
View web version