char or string issuesMy code is shown below char buffer[10000]10000] while(x != 1) {...
arraychar test[1000][1000] can I write this : char test[n][1000] so i can define n later? thank...
file operation1.txt contains One two three Can I replace "one" in 1.txt with "ten" using array? so the ...
S.O.S#include <stdio.h> #include <stdlib.h> void main() { const int n = 2; int i; FILE *Fout[n]; c...
Help mestill declaration syntax man :(
This user does not accept Private Messages