Skip to content

Instantly share code, notes, and snippets.

@devansh42
Created July 29, 2019 19:42
Show Gist options
  • Save devansh42/7cd63a355a06940a76a5041522264827 to your computer and use it in GitHub Desktop.
Save devansh42/7cd63a355a06940a76a5041522264827 to your computer and use it in GitHub Desktop.
int length_list(LinkedList* list){
return list->length; //returning length of the linked list
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment