Determine output of the following program code.
#includevoid main(){ int a, b=7; a = b4 ? 7>>1 : a; printf("%d %d", a, b);}
#includevoid main(){ int a, b=7; a = b4 ? 7>>1 : a; printf("%d %d", a, b);} Determine output of the following program code.
#include<stdio.h>void main(){ int a, b=7; a = b4 ? 7>>1 : a; printf("%d %d", a, b);} Correct Answer 3 8
মোঃ আরিফুল ইসলাম
Feb 20, 2025