I want to make a C-RAM simulator and I need to manipulate strings, so I would like to use a 4x4 array to input 4 memory locations with 4 bits:
1010
1000
1011
0000
Something like that.
#include<Stdio.h>
void main(){
char array[4][5];
prin...
asked by
31.03.2017 / 14:35