if include < stidio.h>
main ()
int a=3, b;
b=2*a; 

printf(“%d”, b);

}
উদ্দীপকের প্রোগ্রামটি রান করলে b এর মান কত হবে?

Created: 6 months ago | Updated: 6 days ago

Related Questions