![]() |
Difficult C programs
hello frends ... i need sme help in developing some programs in C
1) i want the out like this 1 1 1 1 1 2 1 1 2 3 1 1 2 3 5 1 1 2 3 5 8 ... & soon .. till the range i specify ... here you can see tht we are adding the Diagonal digits ... plz help 2 ) program .. i want out like this .. in this program ..... 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 |
Re: Difficult C programs
2)this is the answer:
Code:
#include<conio.h> |
Re: Difficult C programs
1)
Code:
#include<conio.h> |
Re: Difficult C programs
Please post you code inside code-blocks.
If you are not allowed to change your post, shabbir might change it for you. |
Re: Difficult C programs
Code:
#include<stdio.h> |
Re: Difficult C programs
OK, now where are the difficult C programs?
|
Re: Difficult C programs
[QUOTE=aijaz;27389]hello frends ... i need sme help in developing some programs in C
Code:
1) i want the out like this 1Code:
public class Pattern { |
Re: Difficult C programs
Quote:
Code:
public class Pattern { |
Re: Difficult C programs
[QUOTE=sameerthapa2050;79916]
Quote:
|
Re: Difficult C programs
Code:
#include<stdio.h> |
| All times are GMT +5.5. The time now is 00:44. |