identifier is undefined error, C programming

后端 未结 0 1720
隐瞒了意图╮
隐瞒了意图╮ 2021-01-26 23:33

I\'m trying to run a very simple bit of code in C

#include 

int main()
{

a = 10;
printf(a);
return 0;
}

but when I run the code

相关标签:
回答
  • 消灭零回复
提交回复
热议问题