MCPcopy Create free account
hub / github.com/TheAlgorithms/C / isempty

Function isempty

data_structures/stack/dynamic_stack.c:177–184  ·  view source on GitHub ↗

* @brief The function is used to check whether the stack is empty or not and * return true or false accordingly. * * @param ptr Stack pointer * @return int returns 1 -> true OR returns 0 -> false */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected