PDA

View Full Version : Constant Array as argument



Apamicio
01-01-2023 14:20,
Question:
Inserted Code int iDoSomething( int x91;#93;-RRB- ... Call: DoSomething(2,3,4); How is this possible without having a temp variable? In java with keyword new but here are array not using the keyword new generated!