0
Why output is 2 of following programme?
#include<stdio.h> Void main() { Int x; x=-~!!~printf(""); printf("%d",x); }
20th Apr 2020, 6:20 AM
Shubham Gaware
0 Answers
Often have questions like this?
Learn more efficiently, for free:
#include<stdio.h> Void main() { Int x; x=-~!!~printf(""); printf("%d",x); }