What wil be the output of this command?$ for i in 1 2 3;do echo "$i\c";done; Tell without trying on a server.
1c2c3c
123
1\c2\c3\c
None of these