Q.

What should be the output of below program?
#define # @
@include "stdio.h"
int main()
{
printf("C.com");
return 0;
}

A. C.com
B. Nothing
C. Compilation Error
D. Depends on Complier
Answer» C. Compilation Error
3.8k
0
Do you find this helpful?
40

Discussion

No comments yet