What is a static element?
No Answer is Posted For this Question
Be the First to Post Answer
Why are arrays usually processed with for loop?
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
How the endl and setw manipulator works?
What is the difference between #import and #include?
How do you print a string on the printer?
What is the use of register keyword with the variables?
What is pointer to member?
Compare compile time polymorphism and Runtime polymorphism
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 null pointer is used?
Is it possible to have a recursive inline function in c++?
Define 'std'.