πŸ“Š C Programming
Q. Output is
Code:
#include <stdio.h>

void main() {    
    int x = 20;     
   printf(“%x”, x);
 }
  • (A) 14
  • (B) 16
  • (C) 20
  • (D) 24
πŸ’¬ Discuss
βœ… Correct Answer: (A) 14

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
98%
Success Rate