(Q)What is the output of C program with preprocessor directives?
#include <stdio.h>
int main()
{
#ifdef CW
printf("CW YES");
#else
#define CVV 199
#envif
printf("NEW CVV=%d",CVV);
return 0;
}
A)
CV 190
printfCVV YES");
CVV VES
D)
NEW OVVE 99
Answers
Answered by
0
Answer:
A)CV190
print CVV YES")
Similar questions