Hi guys,Welcome to my channel "Anonymous_Coder" , in this channel you will find easy methods to learn new concepts .Subscribe !!!!!!!
Anonymous_Coder
What will be the output of the following code ?int foo(int x){ int m=x; return 1;}int main(){ int x =10; cout<<foo(x); return 0;}
1 year ago | [YT] | 3
View 0 replies
Anonymous_Coder
What will be the output of the following code ?
int foo(int x)
{
int m=x;
return 1;
}
int main()
{
int x =10;
cout<<foo(x);
return 0;
}
1 year ago | [YT] | 3
View 0 replies