***
ir operatori
(iv) Function wincheal itself
What will be the output of following code
निम्नलिखित कोड का आउटपुट क्या होगा।
include <iostream-
int sub (int, unt)
void main()
int a-2,5-2,
cout <<<<<sub(a,b);
int sub (int a, int b)
intc,
c-a-b,
return(c),
(ii) void main()
--
int x=3, y=5, z=7
int ab;
a=x*2 +y/5-z*y;
b=++x * (y-3)/2-(z*y);
cout<<"\n a ="<<a
cout<<"\n b ="<<b:
28.
Explain the category of function depending on the exister
and called function.
कॉलिग और कॉल फलन के मध्य डेटा संचार के अस्तित्व के
or
4
Answers
Answered by
1
Answer:
Explanation:
Similar questions