Selasa, 31 Januari 2017

What is the terminology of Functions in C programming

Until now, in all the C programs that we have written, the program consists of a main function and inside that we are writing the logic of the program. The disadvantage of this method is, if the logic/code in the main function becomes huge or complex, it will become difficult to debug the program or test the program or maintain the program. So, generally while writing the programs, the entire logic is divided into smaller parts and each part is treated as a function. This type of approach for solving the given problems is known as Top Down approach. The

The post What is the terminology of Functions in C programming appeared first on Coding Security.


What is the terminology of Functions in C programming
read more

Tidak ada komentar:

Posting Komentar