-
Recent Posts
Recent Comments
- Marquita on Hello world!
- Anonymous on Hello world!
Archives
Categories
Meta
Monthly Archives: November 2015
Algorithm & Programming – 5th Meeting
Pointers and Arrays: –Pointer Definition –Pointer Concept –Pointer to Pointer –Array Pointer Definition Pointer is a variable that store the address of another variable Syntax : <type> *ptr_name; Two operators mostly used in pointer : * (content of) and & … Continue reading
Posted in Uncategorized
Leave a comment