C error: Expected expression before int
This is actually a fairly interesting question. It’s not as simple as it looks at first. For reference, I’m going to be basing this off of the latest C11 language grammar defined in N1570 I guess the counter-intuitive part of the question is: if this is correct C: then why is this not also correct C? … Read more