answersLogoWhite

0

What is the function of in c?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

The C specifications do not specify either a function or keyword called of. If you are accustomed to this keyword from another programming language, you will probably want to read up on C keywords (words reserved for the compiler for special operations) - see the related links below.

In C, functions are used to contain code (and sometimes data) within a single block. Functions are a precursor to classes, and, in fact, classes encapsulate both functions and data in a similar manner.

More information on C functions can be found in the related links below.

User Avatar

Wiki User

12y ago

What else can I help you with?