Home » C Programming » Bitwise Operators

What will be the output of the program? #define P printf("%d\n", -1^~0); #define M(P) int main()\ {\ P\ return 0;\ } M(P)

Correct Answer: 0

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion