What would be the output of the following program ? main() { unsigned int a = oxffff; ~a; printf ("%x", a); }
What would be the output of the following program ? main() { unsigned int a = oxffff; ~a; printf ("%x", a); } Correct Answer ffff
মোঃ আরিফুল ইসলাম
Feb 20, 2025