The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is ____________
Which of the following is the proper declaration of a pointer ?
Which of the following gives the memory address of integer variable a ?
Which of the following gives the memory address of a pointer a ?
Which of the following gives the value stored at the address pointed to by the pointer a ?
Which of the following is the proper keyword to allocate memory ?
Which of the following is the proper keyword to deallocate memory ?
What does the following statement mean ?
The operator used for dereferencing or indirection is ____
Choose the right option.
string* x, y;
Which one of the following is not a possible state for a pointer.