2013年8月4日

printf left justify

摘要: http://www.lemoda.net/c/printf-left-justify/index.htmlThis example program demonstrates how to left-justify output in printf.#include int main (){ int x = 345; const char * y = "monkeys"; /* Demonstrate with numbers. */ printf (" is not justified.\n", x); printf (" is right- 阅读全文

posted @ 2013-08-04 13:37 Evan Yin 阅读(299) 评论(0) 推荐(0) 编辑

导航