Home | Looking for something? Sign In | New here? Sign Up | Log out
Showing posts with label Programming Paradigms lecture. Show all posts
Showing posts with label Programming Paradigms lecture. Show all posts

Thursday, August 14, 2008

computer architecture function call and returns in relation to C code.

Thursday, August 14, 2008
0 comments

read more
Watch Video

Computer architecture and the Assembly programming language

0 comments

read more
Watch Video

Heap segments and their use in the C programming language

0 comments
HEap Swgment is a segment of memory claimed by a program. Within the heap, pieces of memory can be used and freed as needed. Depending on usage, heaps can become fragmented as small pieces of memory are used and freed. In formal computer science terms, a heap is the same as a partially ordered tree.

read more
Watch Video

C programming language and generic stacks

0 comments

read more
Watch Video

Programming Paradigms-C language programming by focusing on different forms of stack.

0 comments

read more
Watch Video