Which is the valid statement in C?

1.2 Which is the valid statement in C?
A) #define half(x) ((x)/2.0)
B) #define STREQ(s1,s2) (strcmp((s1),(s2))==0);
C) #define MAX = 5
D) #define INTEREST 5, LOAN 5000


Leave a Reply