<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-2682781734368178743.post6978494098156841435..comments</id><updated>2011-10-20T12:01:37.728-07:00</updated><category term='puzzles'/><category term='Questions-List'/><category term='String Manipulation'/><category term='Dynamic Programming'/><category term='Linked List'/><category term='Array'/><category term='Microsoft'/><category term='Databases'/><category term='Data Structures'/><category term='MySpace'/><category term='Tree'/><category term='.NET/C#'/><title type='text'>Comments on Technical Interview Questions, Answers, and Tips: Print 2D Array Matrix Spiral Order</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.technicalinterviewquestions.net/feeds/6978494098156841435/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html'/><author><name>avid gardener</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>13</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-3822548297774758555</id><published>2011-09-09T22:39:05.167-07:00</published><updated>2011-09-09T22:39:05.167-07:00</updated><title type='text'>//Himanshu Negi @ himanshunegi1987@gmail.com
#incl...</title><summary type='text'>//Himanshu Negi @ himanshunegi1987@gmail.com&lt;br /&gt;#include &lt;br /&gt;#include&lt;br /&gt;void func(int a[][4],int,int,int,int);&lt;br /&gt;void main(void)&lt;br /&gt;{&lt;br /&gt; clrscr();&lt;br /&gt;       int a[5][4] = {&lt;br /&gt;         {1,2,3,4},&lt;br /&gt;         {5,6,7,8},&lt;br /&gt;         {9,10,11,12},&lt;br /&gt;         {13,14,15,16},&lt;br /&gt;         {17,18,19,20}&lt;br /&gt;     };&lt;br /&gt;&lt;br /&gt; func(a,0,0,4,3);&lt;br /&gt; getch();&lt;br /&gt;}&lt;br /&gt;&lt;br /</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/3822548297774758555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/3822548297774758555'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1315633145167#c3822548297774758555' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-387724607'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-9000715777390623294</id><published>2011-09-07T07:59:44.860-07:00</published><updated>2011-09-07T07:59:44.860-07:00</updated><title type='text'>#include
#include
 main()
 {
      int i,j,b,n,c,d...</title><summary type='text'>#include&lt;br /&gt;#include&lt;br /&gt; main()&lt;br /&gt; {&lt;br /&gt;      int i,j,b,n,c,d,l,s,f;&lt;br /&gt;      n=5;&lt;br /&gt;      int a[n][n];&lt;br /&gt;      printf(&amp;quot;\n Matrix is&amp;quot;);&lt;br /&gt;      for(i=0;i0)&lt;br /&gt;                      {&lt;br /&gt;                              i=n-b;&lt;br /&gt;                                    for(j=(n-b);j&amp;lt;(n-f);j++)&lt;br /&gt;                                    {&lt;br /&gt;</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/9000715777390623294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/9000715777390623294'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1315407584860#c9000715777390623294' title=''/><author><name>pradeepa</name><uri>http://www.blogger.com/profile/03595748361540251916</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1300308766'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-2072202881530996724</id><published>2011-08-29T07:20:37.515-07:00</published><updated>2011-08-29T07:20:37.515-07:00</updated><title type='text'>CODE (JAVA)
HOW ABOUT THIS LOGIC???


import java....</title><summary type='text'>CODE (JAVA)&lt;br /&gt;HOW ABOUT THIS LOGIC???&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;import java.io.*;&lt;br /&gt;class spiralmatrix&lt;br /&gt;{&lt;br /&gt; static int a[][];&lt;br /&gt; public static void main(String arg[])throws IOException&lt;br /&gt; {&lt;br /&gt;  BufferedReader br= new BufferedReader(new InputStreamReader(System.in));&lt;br /&gt;  System.out.println(&amp;quot;enter size of matrix&amp;quot;);&lt;br /&gt;  int n=Integer.parseInt(br.readLine());&lt;br /&gt;  a=</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2072202881530996724'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2072202881530996724'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1314627637515#c2072202881530996724' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-631127769'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-2163813510168588417</id><published>2011-07-24T12:07:13.280-07:00</published><updated>2011-07-24T12:07:13.280-07:00</updated><title type='text'>awesome concept bro and u have xplained it very we...</title><summary type='text'>awesome concept bro and u have xplained it very wel&lt;br /&gt;thanks &lt;br /&gt;rahul...</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2163813510168588417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2163813510168588417'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1311534433280#c2163813510168588417' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1438813698'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-583213803421985903</id><published>2011-02-22T06:38:33.784-08:00</published><updated>2011-02-22T06:38:33.784-08:00</updated><title type='text'>can any one tell the solution to above problem wit...</title><summary type='text'>can any one tell the solution to above problem with out using arrays</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/583213803421985903'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/583213803421985903'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1298385513784#c583213803421985903' title=''/><author><name>BORN FOR MTM</name><uri>http://www.blogger.com/profile/18391535749020533072</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1057321357'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-5510606516998208828</id><published>2009-12-23T17:18:52.377-08:00</published><updated>2009-12-23T17:18:52.377-08:00</updated><title type='text'></title><summary type='text'>This comment has been removed by the author.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/5510606516998208828'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/5510606516998208828'/><author><name>om</name><uri>http://www.blogger.com/profile/08895592055736541626</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_5xCqxE3VQ3I/SyuaBBsHFRI/AAAAAAAAAAM/oOPtLhHT4zM/S220/nature-boy-thumb6948604.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.contentRemoved' value='true'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1517850627'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-8584445547185605935</id><published>2009-12-18T23:11:43.551-08:00</published><updated>2009-12-18T23:11:43.551-08:00</updated><title type='text'></title><summary type='text'>This comment has been removed by the author.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/8584445547185605935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/8584445547185605935'/><author><name>om</name><uri>http://www.blogger.com/profile/08895592055736541626</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_5xCqxE3VQ3I/SyuaBBsHFRI/AAAAAAAAAAM/oOPtLhHT4zM/S220/nature-boy-thumb6948604.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.contentRemoved' value='true'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1517850627'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-6551866976846174664</id><published>2009-11-12T17:18:33.105-08:00</published><updated>2009-11-12T17:18:33.105-08:00</updated><title type='text'>nice!</title><summary type='text'>nice!</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/6551866976846174664'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/6551866976846174664'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1258075113105#c6551866976846174664' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-816972436'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-2387231098005210825</id><published>2009-06-18T14:09:29.246-07:00</published><updated>2009-06-18T14:09:29.246-07:00</updated><title type='text'>You should change 

if(x2-x1 &amp;gt; 0)

to 

if(x2-x...</title><summary type='text'>You should change &lt;br /&gt;&lt;br /&gt;if(x2-x1 &amp;gt; 0)&lt;br /&gt;&lt;br /&gt;to &lt;br /&gt;&lt;br /&gt;if(x2-x1 &amp;gt; 0 &amp;amp;&amp;amp; y2-y1 &amp;gt; 0)&lt;br /&gt;&lt;br /&gt;so you can support Matrix with more columns than rows.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2387231098005210825'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2387231098005210825'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1245359369246#c2387231098005210825' title=''/><author><name>jgchristopher</name><uri>http://www.blogger.com/profile/11795330970074085966</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1381487624'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-1125738843607817037</id><published>2009-04-16T18:21:00.000-07:00</published><updated>2009-04-16T18:21:00.000-07:00</updated><title type='text'>%gt; was typo while trying write the html encoding...</title><summary type='text'>%gt; was typo while trying write the html encoding for &amp;gt; sign. It should be &amp;#39;if(x2-x1 &amp;gt; 0)&amp;#39;. I have made the correction to the code above.&lt;br /&gt;Thanks for catching it.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/1125738843607817037'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/1125738843607817037'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1239931260000#c1125738843607817037' title=''/><author><name>gman</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-798083601'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-7845027317391100399</id><published>2009-04-08T04:44:00.000-07:00</published><updated>2009-04-08T04:44:00.000-07:00</updated><title type='text'>could u plz tell me the flow of the program&lt;br&gt;&lt;br...</title><summary type='text'>could u plz tell me the flow of the program&lt;BR/&gt;&lt;BR/&gt;and what is this?? &amp;quot;if(x2-x1 %gt; 0)&amp;quot;&lt;BR/&gt; if(x2-x1 %gt; 0)&lt;BR/&gt;      {&lt;BR/&gt;          // &amp;#39;recursively&amp;#39; call the function to print the bottom-left layer&lt;BR/&gt;          print_layer_bottom_left(a, x1, y1 + 1, x2-1, y2);&lt;BR/&gt;      }&lt;BR/&gt;&lt;BR/&gt;&lt;BR/&gt;       if(x2-x1 &amp;gt; 0)&lt;BR/&gt;       {&lt;BR/&gt;               // &amp;#39;recursively&amp;#39; call </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/7845027317391100399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/7845027317391100399'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1239191040000#c7845027317391100399' title=''/><author><name>Rahul Vyas</name><uri>http://www.blogger.com/profile/08326955903115378266</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_6C_XpG63jYw/SAgrxtkt56I/AAAAAAAAACc/pr7-vuTQS5w/S220/P1170634+(Small).JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-440372842'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-2053925718652845710</id><published>2009-04-08T04:22:00.000-07:00</published><updated>2009-04-08T04:22:00.000-07:00</updated><title type='text'>(int a[][4], int x1, int y1, int x2, int y2);&lt;br&gt;(...</title><summary type='text'>(int a[][4], int x1, int y1, int x2, int y2);&lt;BR/&gt;(int a[][4], int x1, int y1, int x2, int y2);&lt;BR/&gt;&lt;BR/&gt;why u've used 4 in both of these functions</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2053925718652845710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/2053925718652845710'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1239189720000#c2053925718652845710' title=''/><author><name>Rahul Vyas</name><uri>http://www.blogger.com/profile/08326955903115378266</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_6C_XpG63jYw/SAgrxtkt56I/AAAAAAAAACc/pr7-vuTQS5w/S220/P1170634+(Small).JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-440372842'/></entry><entry><id>tag:blogger.com,1999:blog-2682781734368178743.post-4765915331629059512</id><published>2009-04-08T04:03:00.000-07:00</published><updated>2009-04-08T04:03:00.000-07:00</updated><title type='text'>plz tell me why u have used this 4&lt;br&gt;&lt;br&gt;(int a[]...</title><summary type='text'>plz tell me why u have used this 4&lt;BR/&gt;&lt;BR/&gt;(int a[][4], int x1, int y1, int x2, int y2);&lt;BR/&gt;(int a[][4], int x1, int y1, int x2, int y2);</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/4765915331629059512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2682781734368178743/6978494098156841435/comments/default/4765915331629059512'/><link rel='alternate' type='text/html' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html?showComment=1239188580000#c4765915331629059512' title=''/><author><name>Rahul Vyas</name><uri>http://www.blogger.com/profile/08326955903115378266</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp1.blogger.com/_6C_XpG63jYw/SAgrxtkt56I/AAAAAAAAACc/pr7-vuTQS5w/S220/P1170634+(Small).JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.technicalinterviewquestions.net/2009/03/print-2d-array-matrix-spiral-order.html' ref='tag:blogger.com,1999:blog-2682781734368178743.post-6978494098156841435' source='http://www.blogger.com/feeds/2682781734368178743/posts/default/6978494098156841435' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-440372842'/></entry></feed>
