Mega Code Archive
Categories
/
C
/
Stdio H
Printf %d for integer
#include
int main() { int x = 5; printf("%d\n",x); return 0; }