Define pointers?



Define pointers?..

Answer / Priyanka Rani

In C++, a pointer is a variable that stores the memory address of another variable. It allows you to access and manipulate the memory directly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

How to declare a pointer to an array of integers?

1 Answers  


Which coding certification is best?

1 Answers  


Explain working of printf?

8 Answers  


What is the use of function pointer?

1 Answers  


Is c++ a low level language?

1 Answers  


What are the four main data types?

1 Answers  


Differentiate between the message and method in c++?

1 Answers  


Define friend function.

1 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


What is Object Oriented programming.what is the difference between C++ and C?

8 Answers   Infosys,


What are the differences between the function prototype and the function defi-nition?

1 Answers  


What is the outcome of cout< a) 16 b) 17 c) 16.5

1 Answers  


Categories