Variables differences in C++ and JavaHi, while going through the differences between the c++, prolog and java, I came to see a question a...
Constructor array copyIn the below program, how can copy the array n[] into Array[]. The below is not working.. help pleas...
Concatenation Linked Listwhen i add the copy constructor to the same code, its stucking at the run time. I dnt understand why...
Concatenation Linked Listit worked Helios.. In while statement i kept while(tmp->next!=NULL) and it worked :)
Concatenation Linked ListHere is my program.. I am unable to concatenate the 2 linked lists using operator overloading. I hav...