Function returning multiple value from it self in C (28)

preview_player
Показать описание
In this video you will know how a function can return multiple values from it self.

it is possible to force a function for returning more values from it self and it is possible by call by reference method of function calling.

this video made up with consideration of beginners with more simplicity.
Рекомендации по теме
Комментарии
Автор

Function prototype is wrong, it should be int fun(... ;
U made it int add(.... ;

I'm not understanding how it's running 😂lol tq

mahidesignsx