关于数据格式使用代码错误请教一下
代码如下:
程序代码:#include <stdio.h>
main()
{
printf("a=%4d,b=%-6.3f,c=%c,d=%s",12,3.456,'A'"hello");
}我使用的是visual C++ 6.0 编译的
程序代码:#include <stdio.h>
main()
{
printf("a=%4d,b=%-6.3f,c=%c,d=%s",12,3.456,'A'"hello");
}
2013-01-19 22:33
2013-01-19 22:35
2013-01-19 22:43
2013-01-19 22:47
2013-01-19 22:54

2013-01-19 22:57
2013-01-19 23:07

2013-01-19 23:10

2013-01-19 23:49