> For the complete documentation index, see [llms.txt](https://www.introtoc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.introtoc.com/session-3/session3.c.md).

# session3.c

```c
#include <stdio.h>

int main() {
    printf("Session 3\n");

    // Menu



    // get choice from user



    // switch choices



    return 0;
}
```
