Showing posts with label Function tutorial in c. Show all posts
Showing posts with label Function tutorial in c. Show all posts

Tuesday, December 13, 2011

C program to print different shapes using printf function











.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px

Friday, June 18, 2010

Write a c program which passes two dimension array to function


.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px;
border: 0px 0px 0px 0px

}
.explanation{
color:#800000;
font-size:25px;
font-weight:900;
letter-spacing:15
}












How to pass two dimensional array to a function in c




#include

#define M 3

#

Monday, June 7, 2010

How to pass one dimensional array to function in c









.fieldsetOut{
background:#1E90FF;
padding:0px 0px 0px 0px;
font-family: "courier new"
}
.fieldsetIn{
background:white;
margin:1px 1px 1px 1px;
padding:1px 1px 1px 1px

Saturday, March 13, 2010