Tag: c-cpp
All the articles with the tag "c-cpp".
CSPC2005/01. Construct and Execute a C Program Showing the Use of Pointer to Structure
Updated: 2 hours readTo understand and demonstrate the use of pointers to structures in C programming by constructing and executing a simple C program. This lab will help students grasp how pointers can be used to reference and manipulate data within structures.
CSPC2005/02. Construct and Execute a C Program Showing the Use of Pointer to Structure
Published: 2 hours readTo understand the concept of self-referential structures in C. To learn how to create and manipulate linked structures. To implement a simple program using a self-referential structure to manage a list of items.