Question: = = = = = = = Estimated time 3 mins = = = = = = Fill in the correct answer: / / Don't

======= Estimated time 3mins======
Fill in the correct answer: // Don't add anything extra! No spoces.
typedef struct st { int Id; st* next; } NODE;
void fun1(NODE* head)
{
if (head == NULL || head next == NULL)
return;
fund (head next);
cout &s hesd->Id;
fun1(nead next);
}|
Consider that head points to linked-list with entries(Id): 123
The output of statement: fun1(head); is
 ======= Estimated time 3mins====== Fill in the correct answer: // Don't

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!