Guest User

Untitled

a guest
May 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. StructureA **array;
  2.  
  3. array = new StructureA *[V];
  4.  
  5. array[i]=new StructureA[size]
  6.  
  7. array[i][k].x=5;
Add Comment
Please, Sign In to add comment