prog.c: In function ‘main’:
prog.c:4:45: error: lvalue required as left operand of assignment
if (baris == kolom || baris = n-1 || kolom =0) {
^
prog.c:7:7: warning: statement with no effect [-Wunused-value]
else (" ");
^
prog.c:8:2: error: ‘else’ without a previous ‘if’
else ("/n");
^~~~
prog.c:8:7: warning: statement with no effect [-Wunused-value]
else ("/n");
^