(资料图)
1、函数名: sprintf 功 能: 送格式化输出到字符串中 用 法: int sprintf(char *string, char *farmat [,argument,...]); 程序例: #include #include int main(void) { char buffer[80]; sprintf(buffer, "An approximation of Pi is %f", M_PI); puts(buffer); return 0; }。
本文为大家分享到这里,希望小伙伴们有帮助。
X 关闭
Copyright © 2015-2022 人人珠宝网版权所有 备案号:粤ICP备18023326号-36 联系邮箱:8557298@qq.com