0
Can a function is defined inside anothor function
7 Answers
+ 5
no in old c++
+ 4
in old c ++ ..no you can not ..but you can call other function inside a function as much i learned.
0
you can't do it.
you can call function within function definition not allowed
0
Not sure u can directly, but if u use recursive definitions u can recall the same function within another.
0
yes
0
just call another function in that functionâ
0
No .. ots not posiible first you jave to define both function and then call it in main