#include<stdio.h> #include<coni.h> int main() { unsigned long v=-1; printf(v=%lu,v); getch(); }
Find the output of the above program or error, if any.
Reveal answer
Fill a bubble to check yourself
#include<stdio.h> #include<coni.h> int main() { unsigned long v=-1; printf(v=%lu,v); getch(); }
Find the output of the above program or error, if any.