News

update1 (n); //This is pass by value which copies the value and allocate in the different memory location. update2 (n); //This is pass by refference which copies the memory address and create ...