What part of the compiler calculates arithmetic operations?
EX-
int x = 5;
int y = 4;
print(x+y);
Part of calculates print function (Lexical,syntax ,Semantics)
Im trying compiler
What part of the compiler calculates arithmetic operations?
EX-
int x = 5;
int y = 4;
print(x+y);
Part of calculates print function (Lexical,syntax ,Semantics)
Im trying compiler