1 2 3 4 5 6 7 | #include <stdio.h> #define a 10 main() { #define a 50 printf("%d",a); } |
1 2 3 4 5 6 7 | #include <stdio.h> #define a 10 main() { #define a 50 printf("%d",a); } |
Be the first to receive the latest updates from Codesdoc by signing up to our email subscription.