Soumik Mukhopadhyay

Soumik Mukhopadhyay

  • NA
  • 121
  • 26.8k

How to Print Array elements without Loop

Aug 18 2015 5:00 AM
I have an Array like -
int [] Arr={1,2,3,4,5,6};
 
How to Print this array separated by Comma (,) after each element without using  Loop?

Answers (6)