+ 2
What is the function use for software developing???
2 Respostas
+ 4
You can reduce code duplication using functions.
+ 1
Probably there isn't any function specially for software developing .
Its just combination of different functions with suitable codes.
Like in C/c++
It creates executables
Directly after compilation and running the program.
In java
Executables are cretaed with JAR(java archive).