reference as parameteryou can pass a value to a function using pointer or using reference eg [code] // function1 i...
Static variable in header filecan u explain it a bit.. i have declared the static variables abool and xyz in cpp
Static variable in header fileI have program like this [code] //header.hh #include <iostream> using std::ios; using std::endl...