Dsa Part 2
Dsa Part 2
Dsa Part 2
CodeHelp - by DIVYANSHU
This is the 2nd lecture of our DSA series. We will see how a
program runs and what does each line mean in this lecture.
This is how the compilation process work So it is compiler
which makes it possible for us to run a source code. Coding
Ninjas has supported us in providing this amazing DSA course
to you. Courses are available in both Hindi and English. you
need an IDE to write, run and execute a code. There are many
IDEs out there - CodeBlocks, VsCode and many more - which
you do n't even need to install Replit is one of them. You can
directly create a C++ there and run it using Replit. In C++,
many namespaces are there which have cout functions in them
so if we want to use cout , we have to add this file to our code.
We use these signs to output the result into standard
namespace. If you will use > > by mistake by mistake, then it
will give you compilation error So we use this operator to
display output.