#include void Update_balance(int *p, int a[], int i) { p= a[i]; printf(" Amount credited is %d\\n", p); } int main() { int