Posts by João Pedro Cosme • 5 points
2 posts
-
0
votes1
answer288
viewsQ: Matrix Binaria in C
I need to initialize a matrix that contains the binary values from 0 to the input value, which in this case is 15. The base conversion and the storage of these values works well until the number 8.…
-
0
votes2
answers60
viewsQ: Matrix initialization not working from a given line
I need to initialize a matrix that contains the binary values from 0 to the input value, which in this case is 15. The base conversion and the storage of these values works well until the number 8.…