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 |
How to declare a pointer to an array of integers?
Which coding certification is best?
Explain working of printf?
What is the use of function pointer?
Is c++ a low level language?
What are the four main data types?
Differentiate between the message and method in c++?
Define friend function.
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.
What is Object Oriented programming.what is the difference between C++ and C?
What are the differences between the function prototype and the function defi-nition?
What is the outcome of cout< a) 16 b) 17 c) 16.5