A
Q. What is the output of this program?
Code:
void main()
{
printf("%x",-1<<4);
}
{
printf("%x",-1<<4);
}
- Correct Answer - Option(A)
- Views: 13
- Filed under category C Programming
- Hashtags:
Discusssion
Login to discuss.