Question: #include void update (int *x) int *a; CODE A printf(%d, a); } int main(void) { int a = 11; int *b = &a; printf(%d, *b);

#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
