1.

Why Functions are important in C++?​

Answer»

This example highlights the two most important REASONS that C programmers use functions. The FIRST reason is reusability. Once a function is defined, it can be used over and over and over again. You can invoke the same function MANY times in your program, which saves you WORK.



Discussion

No Comment Found