You're offline. Some features may be limited.
#include<stdio.h> int main() int a = 2, b; b=++a; Printf("%d", b); উদ্দীপকে 'b' এর মান কত? | Suva Ai