![]() |
why is this not working??
#include<stdio.h>
#define TEST_MACRO SUM #define TEST_VARIABLES (2,4) void TEST_MACRO TEST_VARIABLES { printf("hi"); } void main() { TEST_MACRO TEST_VARIABLES; } it is showing an error ") Expected" |
Re: why is this not working??
What you have amounts to this:
Code:
void SUM (2,4) { |
Re: why is this not working??
i am such an I****t....
thanx for the reply... |
| All times are GMT +5.5. The time now is 04:02. |