#include

main ()

{

int a = 3, b;

b = 2 * a; 

print f ("%d", b); 

}

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

Created: 1 year ago | Updated: 2 months ago
Updated: 2 months ago
Promotion