Tagged Questions
3
votes
1answer
165 views
What is a language construct? How (theoreticaly) it is being implemented in C?
I am familiar with how PHP functions are mapped to functions in C in the C code beneath PHP.
I know in C what a function means and what a MACRO() means.
I do not understand what is a language ...