6.096-5.Pointers in C++by LearnOnline Through OCW
7 Pages |103 Views
In this lecture notes we are going to continue with Pointers. Only an adress of a variable can be stored in a pointer variable. These are derived data...
c++ programming using functions & pointersby IT Expert
1838 Views
In C++ Functions are submodules . Function must return a value but procedures need not to return a value. Pointers can be used for memory reference in...
6.088-2 .The logistics of memory manipulation in Cby LearnOnline Through OCW
55 Pages |313 Views
In this lecture notes we discuss about What memory abstractions does C provide?, What exactly is the distinction between stack and heap?, How to u...
6.088-3 Advanced memory manipulation in Cby LearnOnline Through OCW
30 Pages|587 Views
In this particular lecture note We'll show double linked-list insert in place, inserting into a linked list using a double pointer, corner cases of u...
6.087-5 Pointers and memory addressing. Arrays and Stringsby LearnOnline Through OCW
41 Pages |195 Views
Topics covered in this particular lecture are 1. Pointers: addresses to memory, 2. Physical and virtual memory,3.Arrays and strings,4.Pointer arithmet...
6.087-07 Pointers , string arrays, Stacks and Queuesby LearnOnline Through OCW
44 Pages|303 Views
Pointer is a memory address which is addressing to some variable. An Array is a collection of similar type of elements. Multidimensional are used to s...
6.087-08 Void and function pointers. Hash tablesby LearnOnline Through OCW
23 Pages |174 Views
In this lecture notes we are going to study about void and function pointers, Hash tables.Here it is briefly explained about Hash functions also....
Want to learn?
Sign up and browse through relevant courses.