Learn c program esily for beginners online free



Learn c programming language online free














4 comments:

Anonymous said...

I want question like to program ******
*****
****
***
**
*

Vampirenelf said...

I want to know how to crate an x and y axis graph in C and able to plot log or parabola or other equations on the graph.

Unknown said...

#include
void main()
{
int i,j;
for(i=0;i<6;i++)
{
for(j=0;j<6-i;j++)
printf("*")
printf("\n")
}
}

Unknown said...

srry it should be #include