d) Consider the following C program: int fun (int *x) { return 2* (*x)+6; void main(){...

Posted Date: