Question: What is the output of this C code? #include struct student {char *name;}; int main() {struct student s, m; s.name = demo; m = s;
What is the output of this C code? #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
