+ 1

What is difference in array of c++ and Java?

25th Jul 2019, 3:35 PM
Pansuriya Jay
Pansuriya Jay - avatar
3 odpowiedzi
+ 1
Its the language syntax. I think you should practically look into c++ standard library template. A new type of dynamic array called vector was introduced.
25th Jul 2019, 5:07 PM
Franky BrainBox
Franky BrainBox - avatar
0
Syntax
25th Jul 2019, 3:38 PM
Cout
Cout - avatar
0
Its about the change in syntax of implementation of declaration and use of array variable . Java provide more rich set of operations to work with array .
25th Jul 2019, 5:29 PM
Rounak
Rounak - avatar