πŸ“Š C Programming
Q. What is the output of this program?
Code:
void main()
{
   printf("%x",-1<<4);
}
  • (A) fff0
  • (B) fff1
  • (C) fff2
  • (D) fff3
πŸ’¬ Discuss
βœ… Correct Answer: (A) fff0

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
176
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
92%
Success Rate