In the code given below, I haven't declared any variable that means I have used 0 bytes or constants are declared in the ROM as in the case of string literal.
#include <stdio.h>
//Compiler version gcc 6.3.0
int main()
{
printf("%d",2*5);
return 0;
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…