MCPcopy Create free account
hub / github.com/SR-Sunny-Raj/Hacktoberfest2021-DSA / Display

Method Display

11. Stack/simple_stack.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 int Display(){
59 for(int i= 4;i>=0;i--){
60 cout<<arr[i]<<endl;
61 }
62 }
63
64};
65

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected