CS301 Lecture 18: Stack Usage in C/C++
Key points on stack implementation and usage in C/C++, applicable to most programming languages. 📚
Cyberian Star
250 views • Mar 30, 2014
About this video
CS301 Lecture No. 18 <br />There is one important point to note that in this course, we are using C/C++ but the usage of stack is similar in most of the computer languages like FORTRAN and Java . The syntax we are using here is C++ specific, like we are sending a parameter by pointer using & sign. In Java, the native data types like int, float are passed by value and the objects are passed by reference. In FORTRAN, every parameter is passed by reference. In PASCAL, you can pass a parameter by value or by reference like C++. You might have heard of ALGOL, this language had provided another way of passing parameter called call by name. These kinds of topics are covered in subjects like Study of Computer Languages or Compiler’s Theory.
Video Information
Views
250
Duration
51:39
Published
Mar 30, 2014
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.