Concept behind Accessing Function via a Function: Object.function1().function2();Thanx buddy to bring this idea in my mind! This should be like- #include<iostream.h> #include<coni...
Concept behind Accessing Function via a Function: Object.function1().function2();Generally we access a member function (say fun1()) of a class(say ClassA) as- 1. ClassA a; //De...
simple scanf() problemDear Experts- Here is my very simple code where I am trying to input each lettre of user's na...
How to Display C++ output as Page wiseHi Expertz; I am displaying a line by n number of times using loop. So if the number of lines ex...
This user does not accept Private Messages