MCPcopy Create free account
hub / github.com/Lakhankumawat/LearnCPP / stackCount

Function stackCount

S-Stack/stackADTUsingLL.cpp:80–82  ·  view source on GitHub ↗

----------------This function return the stack count--------------------------*/

Source from the content-addressed store, hash-verified

78
79/*----------------This function return the stack count--------------------------*/
80int stackCount(STACK* stack){
81 return stack -> count;
82}
83
84/*----------------This function prints all the element sof the Stack----------*/
85void display(STACK* stack){

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected