जॉइन Examsbookउत्तर : 1. "ffff"
What would be the output of the following program ?
main()
{
unsigned int a = oxffff;
~a;
printf ("%x", a);
}5
प्र: What would be the output of the following program ? main() { unsigned int a = oxffff; ~a; printf ("%x", a); }
- 1fffftrue
- 20000false
- 300fffalse
- 4None of the abovefalse
- उत्तर देखेंउत्तर छिपाएं
- Workspace
उत्तर : 1. "ffff"
व्याख्या :
Answer: A) ffff Explanation:

