编程学习网为您整理以下代码实例,主要实现:C语言printf()函数,希望可以帮到各位朋友。
// -----------------------
#include <stdio.h>
int main() {
int a;
int b;
a = 10;
b = 20;
printf( "Value of a = %d and value of b = %d\n", a, b );
}
// --------------------------------------
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!