6 ms·
It isn't possible, compiler will complain about "actual" being an undeclared identifier. The function arguments are declared in order.
by ptato 3y ago
It isn't possible, compiler will complain about "actual" being an undeclared identifier. The function arguments are declared in order.
- hiccuphippo 3y agoThe compiler already allows using functions defined later in the same file. This is a solvable problem.