How to draw a line in C without using graphics?

There are lot of packages, libraries in c.

but if you want to draw a line using graphics Just type

printf("%s",'-') or printf("%c",'_').
that simple.

Comments

Popular posts from this blog

Write a Python class for creating Hdfs folder