|
| Total Answers and Comments: 4 |
Last Update: March 18, 2008 Asked by: Bunti12 |
|
| | |
|
No best answer available. Please pick the good answer available or submit your answer. | |
March 18, 2008 07:30:18 | #3 |
| jeyaraj.ck |
|
Member Since: March 2008 Contribution: 4 |
RE: what is source code of this tringle A A N I A N I R B A N I R B A N
| 3) 1 234 56789
#define MAX 9 int main() { int int_array[MAX] {1 2 3 4 5 6 7 8 9}; int i j k odd h 0; for(k 0 i 0 odd 1; i<3; i++ k+ odd) { if(k! 0) odd+ 2; for(j k; (j<k+odd)&&(h<MAX);j++) { printf(" d " int_array[j]); h++; } printf("backslashn"); } getch(); }
//backslash is |  | | Is this answer useful? Yes | No | | |
|
| |
|
March 18, 2008 07:35:43 | #4 |
| jeyaraj.ck |
|
Member Since: March 2008 Contribution: 4 |
RE: what is source code of this tringle A A N I A N I R B A N I R B A N
| #define MAX 12 int main() { char name[MAX] "Bangalor";int i j k odd h 0; for(k 0 i 0 odd 1; i<4; i++ k+ odd) { if(k! 0) odd+ 2; for(j k; (j<k+odd)&&(h<MAX);j++) { printf(" c " name[j]); h++; } printf("Backslashn"); } getch(); }
// Backslash is |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|