linux 下数字和字符串链连接

char MyStr[256];
sprintf(MyStr, “Pi=%g. “, 3.1416);

你可能感兴趣的:(linux,c)