User profile: bigo005

User info
User name:bigo005
Email:cute.dude102@gmail.com
Name:abinash gachhayat
History
Joined:
Number of posts:11
Latest posts:

Reference pointer
#include <iostream> using namespace std; int& modpnt(int*& p) { p++; return p; } int main...

Query about linkage.
Can any body plz tell me what is internal & external linkage?

Output Query
When i run this program #include <iostream> #include <string> using namespace std; int main() ...

Use of extern
I wrote two programs #include <iostream> //#include <string> using namespace std; int k=50; in...

Function call mismatch
I wrote this program //This programm is for testing function overloading #include <string> #inclu...