Categories
d. Advantages of C programming

Built-in functions

C has many built-in functions that make it easier for programmers to write programs. Functions like scanf() and printf() can be called without declaring them first because they are automatically linked in by the compiler. A variety of libraries exist which provide an even greater selection of these types of function calls, enabling you to focus on your own.

Leave a Reply

Your email address will not be published. Required fields are marked *