GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Programming  >  Java

 Print  |  
Question:  How we print the contents on a[][].If the a[][] is filled with some elements.but the y dont specifiy the sizes of two dimensions arry?



November 11, 2005 06:19:11 #1
 JAYALAKSHMI PARASARM CRM Expert  Member Since: November 2005    Total Comments: 1 

RE: How we print the contents on a[][].If the a[][] is...
 
using for loops we can print themfor(int i=0;i
     

 

Back To Question