The Lumet (Party Princess)

List of Contributed Questions (Sorted by Newest to Oldest)

No Question(s) Posted yet!

List of Contributed Answer(s) (Sorted by Newest to Oldest)

Answer # 1 #

In C, one can essentially think of two primary types of functions.

First, you have the library functions. These are already built for you. They are part of the standard C library. Think of common ones like printf() or strlen(). You do not write their code. You just include the proper header file to call upon them. They are very convenient for standard operations.

Then, you have the user-defined functions. These are the ones we, the programmers, create. We write them to perform a specific task, which helps keep our code clean and reusable.

Of course, one can also classify functions structurally, based on whether they accept arguments or return a value. But the main distinction is always library versus user-defined.

Answer # 2 #

The Recycle Bin is usually on your desktop. It looks like a little trash can icon. You can just double-click it to open.

If it is not there, it might be hidden. The easiest way to find it is to use the search bar. It is next to your Start button on the bottom of the screen. Just type 'Recycle Bin' and it should show up. You can also open File Explorer. Then type 'Recycle Bin' in the address bar at the top and press Enter. Hope this helps you find it