Q. Output is

Code:
#include <stdio.h>
 void main() {    
  int a = 36;   
   int b = 9;     
 printf(“%d”, a>>a/b-2);     
 return 0;
 }
  • (A) 12
  • (B) 10
  • (C) 9
  • (D) 5
πŸ’¬ Discuss
βœ… Correct Answer: (C) 9

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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