declare an array of structure where the members of the
structure are integer variable float variable integer array
char variable access all elements of the structure using dot
operator and this pointer operator
No Answer is Posted For this Question
Be the First to Post Answer
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
Why c++ is faster than java?
what is a class? Explain with an example.
What does iomanip mean in c++?
Explain Text Manipulation Routines?
We use library functions in the program, in what form they are provided to the program?
What gives the current position of the put pointer?
Implement stack operations with pointers with appropriate exception checks.
What is the output of the following program? Why?
How to construct virtual constructor
6 Answers CIStems Software, Symphony,
What would happen on forgetting [], while deallocating an array through new?
What is boyce codd normal form in c++?