Rs. 1000 of all those persons whose balance is nill , Write a function by passing pointer to an array as argument and print the updated bank b

后端 未结 0 1215
隐瞒了意图╮
隐瞒了意图╮ 2021-01-01 19:55
#include
void Update_balance(int *p, int a[], int i)
{
   p= a[i];
           printf(" Amount credited is %d\\n", p);
}
int main()
{
   int          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题