Related Questions

#includeint main(){int a;scanf("%d",&a);printf("%d",&a);return 0;}উপরের program এ 10 ইনপুট দিলে কী output দেখাবে?