Question: Given the program below the output will be #include using namespace std; void main() { int x=30, *y, *z; y=&x; /* Assume address of x
Given the program below the output will be #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
