File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ int Stack::stackTop() {
9393
int main() {
9494

9595
int A[] = { 1, 3, 5, 7, 9 };
96-
96+
// inside main function we will create a object of stack
9797
Stack stk(sizeof(A) / sizeof(A[0]));
9898

9999
// Populate stack with array elements

0 commit comments

Comments
 (0)