loveBabbar/CodeHelp-DSA-Busted-Series

lecture 58 n stack

Opened this issue · 1 comments

can someone tell how to give it input in vs code .

if you are using the code runner extension if it gets stuck during input. Instead, compile and run manually.

  1. go to the folder where you have made the file using terminal or vs code inbuild terminal
  2. run g++ [Your file name]
  3. Your file will get compiled in Windows in .exe and in Linux a.out
  4. run the program like this ./program name for example ./a.out