I am using gcc in ubuntu.so, I compile and execute in terminal. But In a online programming contest, they require the output as shown in diagram.

For that, if I use TURBOC I can get it using conio.h using gotoxy() to get spiral format of output. But in Ubuntu , How could I achieve this?
Use the ncurses library.
Here’s an example, adapted from http://www.paulgriffiths.net/program/c/srcs/curhellosrc.html
Further information is available here: http://invisible-island.net/ncurses/ncurses-intro.html#stdscr