what is pointers

Answer Posted / ramya

pointer is a memory variable that stores the address of the
another variabe

Is This Answer Correct ?    55 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism and example?

592


Can a destructor be called directly?

599


What do you mean by overloading?

578


What is abstraction in oops with example?

774


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1696






How do you achieve polymorphism?

614


What is this pointer in oop?

555


Can private class be inherited?

617


What language is oop?

593


what is graphics

2011


What is inheritance and how many types of inheritance?

618


Is data hiding and abstraction same?

567


What is polymorphism in oops with example?

529


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6485


What is polymorphism explain its types?

680