Answer Posted / virag shah
*p is a simple pointer which holds the address of another
variable.
while **p is a double pointer which holds address of the
pointer in which actual address of the another variable is
stored.
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
Differentiate between new and malloc(), delete and free() ?
Write a program that accept anumber in words
Explain heap and queue.
Which are low level languages?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Give differences between - new and malloc() , delete and free() ?
What is this pointer in c plus plus?
Difference between MAC vs. IP Addressing
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
explain what is a newline escape sequence?
What does %2f mean in c?
What is f'n in math?
Explain what is a program flowchart and explain how does it help in writing a program?
Write a program to print factorial of given number without using recursion?
Can you pass an entire structure to functions?