You're offline. Some features may be limited.
#include <stdio.h> main () int a, b; b=10; a = b% 5; printf ("%d", a); প্রোগ্রামটির আউটপুট কত? | Suva Ai