in Programming in C retagged by
574 views
0 votes
0 votes

DOUBT 1:

ImagePreview

 

if  head = P →  link.

is performed  then what will happen to the nodes containing values a and b? will they get removed as no link is pointing them?

and we will left with only three nodes like

ImagePreview

 

DOUBT 2:

what does head = (*P).link;  equals to?

in Programming in C retagged by
574 views

4 Comments

@Aditya_ Very nicely written :)

1
1

@Aditya_ well explained👍

1
1

@Aditya_

Amazing bro!!

Thanks! 

1
1

Please log in or register to answer this question.

Related questions