ls; <---- i want to execute it in terminal pwd; <----- i want to execute it in another terminal that is different with first
Standard input is empty
prog.c:1:1: warning: data definition has no type or storage class
ls; <---- i want to execute it in terminal
^~
prog.c:1:1: warning: type defaults to ‘int’ in declaration of ‘ls’ [-Wimplicit-int]
prog.c:1:6: error: expected identifier or ‘(’ before ‘<’ token
ls; <---- i want to execute it in terminal
^
prog.c:2:6: error: expected identifier or ‘(’ before ‘<’ token
pwd; <----- i want to execute it in another terminal that is different with first
^
Standard output is empty