User: vijay daultani

  • Public profile

User profile: vijay daultani

User info
User name:vijay daultani
History
Joined:
Number of posts:3
Latest posts:

Pass by value arguments changes orignal copy?
//This program calls unionLL function which takes list1 and list2 objects of //LinkedList type as ar...

what is wrong with this example of dynamic 2D array? It gives segmentation fault on execution.
@cire I got your point actually it was a very silly mistake I need to remove int before int** Array ...

what is wrong with this example of dynamic 2D array? It gives segmentation fault on execution.
#include <iostream> using namespace std; class TwoDArray { private: int** Array; int ...

This user does not accept Private Messages