Universal Initialization: After the adoption of universal initialization in C++, one can avoid using the equals sign between the declaration and the initializer. Syntax: int arr[ ] { 1, 2, 3, 4, 5 }; Q = What are the different operations on the array? ANS = Arrays allow random acce...
}returnarray; }// main methodpublicstaticvoidmain(String[] args){// Bufferedreader declarationBufferedReader br =newBufferedReader(newInputStreamReader(System.in));// string declarationString str ="1 23 456 7890";inti;// declaring the variable & calling the method with// passing string as an...