#Include #Define SWAP (A, B, C) (C T T A, A B, B T) : Int Int Int Return
#Include #Define SWAP (A, B, C) (C T T A, A B, B T) : Int Int Int Return
#Include #Define SWAP (A, B, C) (C T T A, A B, B T) : Int Int Int Return
A. It compiles
C. Not compile
B. During linking
C. During execution
D. During preprocessing
A. 26250.00 7500.00
int main()
{
int i;
#if A
printf("Enter any number:");
scanf("%d", &i);
#elif B
printf("The number is odd");
return 0;
}
C. Garbage values
D. None of above
Discuss in Forum