You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int area = area(l, b); // with help of macros that area(l, b) looking like a function it will be replaced with "l*b" and as I defined b = 5 it actually replaced with "l*5"