I'm writing a C program for a card game, and I'm currently making the algorithm to deal cards to each of the players. The problem is, for seemingly no reason, one of my array pointers is getting set to 0 during execution, and I can't figure out why. It seems to happen at a very specific spot in my code. Here is where I declare the array:I'm writing a C program for a card game, and I'