Posts by Gabriel William • 11 points
1 post
-
-3
votes2
answers183
viewsQ: Is it possible to convert an integer into an Array in C or PHP?
For example: num = 5634; array[num]; array[0] = 5; array[1] = 6; array[2] = 3; array[3] = 4; I explained in a very lay way I believe, but I wanted to know if it is possible for a variable to receive…