C/Preprocesor: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
Linia 327:
int y = ((++x)*(++x));
 
Również poniższe makra są błędne<ref>[http://www.brainbell.com/tutors/c/Advice_and_Warnings_for_C/Macros_and_Miscellaneous_Pitfalls.html brainbell : Macros_and_Miscellaneous_Pitfalls]</ref> pomimo, że opisany problem w nich nie występuje:
 
#define SUMA(a, b) a + b