Can we able to pass formal parameter(argument) of function1 to another function2 as a argument within function1 ? If yes how? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Can we able to pass formal parameter(argument) of function1 to another function2 as a argument within function1 ? If yes how?

for example.. void func1(int a) { func2(a); // a is formal parameter of func1 }

27th Mar 2018, 4:01 PM
sree vishal
sree vishal - avatar
1 ответ
27th Mar 2018, 4:10 PM
Raj Chhatrala
Raj Chhatrala - avatar