cracking-the-coding-interview icon indicating copy to clipboard operation
cracking-the-coding-interview copied to clipboard

Program 3.2

Open gangamaha opened this issue 9 years ago • 0 comments

In stack operations don't we have to include header file for program to recognize push(), pop() operations? Also my program was complaining when I delcared s1, s2 in private. I did stack s1; stack s2 for proper execution. Please advise

gangamaha avatar Jun 09 '16 16:06 gangamaha