or
Don't have an account? Register
{
int a = 2, b;
b = ++a;
Printf (“%d”, b);
}
উদ্দীপকে ‘b’ এর মান কত?