Hey Guys !!! I created this page for putting solution of your query or problems. this problems is taken from Facebook friends , page, community , etc ... and you can submit any problem or query to us by comment. we will try to solve your problem and post the solution here.
Problem 1: plz give me the solution of the following matrix in c
1 1 1 1 0
1 1 1 0 -1
1 1 0 -1 -1
1 0 -1 -1 -1
0 -1 -1 -1 -1
can any one help me for this program..
1 1
1 2 2 1
1 2 3 3 2 1
1 2 3 4 4 3 2 1
friends Help Me i want to print this type of pattern:
*
..*
....*
......*
........*
..........*
............*
..............*
.................*
For X=4
Problem 1: plz give me the solution of the following matrix in c
1 1 1 1 0
1 1 1 0 -1
1 1 0 -1 -1
1 0 -1 -1 -1
0 -1 -1 -1 -1
can any one help me for this program..
1 1
1 2 2 1
1 2 3 3 2 1
1 2 3 4 4 3 2 1
friends Help Me i want to print this type of pattern:
*
..*
....*
......*
........*
..........*
............*
..............*
.................*
For X=4
1 comments:
Lets start from the beginning : *** say your '#' key of your keyboard has been disabled some how. Now can you include any header files or Macro?
Post a Comment