0

Why we need user defined function to use in c++ ???

what is the need of user defined ? Why should we use it ?

29th Nov 2016, 6:46 PM
Uroosa Fatima
Uroosa Fatima - avatar
2 odpowiedzi
+ 1
it's not obligatory to use user defined functions in c++ or any programming languages for that matter. but if you need something special and it doesn't already exist you have to make it yourself.
29th Nov 2016, 10:42 PM
Bahhaⵣ
Bahhaⵣ - avatar
+ 1
if you want create something new user defined functions are use ful for you. it's just like you are buying a pizza instead of making it your self. sometime making a pizza at home good than buying it because you can make as you want. most of times using library functions help you to save your time and reduce the length of your code.
7th Dec 2016, 11:33 AM
Umair Ramzan
Umair Ramzan - avatar