1.

Find out the errors if any #include using namespace std;class cl {int i; // private by defaultpublic:int get_i();void put_i( j);};int cl::get_i(){return i;}void cl::put_i(j){i = j;}int main(){cl s;s.put_i(10);cout

Answer»

t PROPER CODE so if there is any ERROR, it can be finded



Discussion

No Comment Found