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
Write a code to remove duplicates in a string.
Which built-in library function can be used to match a patter from the string?
Explain can you assign a different address to an array tag?
Give me the code of in-order recursive and non-recursive.
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What are the two forms of #include directive?
Why ca not I do something like this?
What is difference between Structure and Unions?
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is the scope of local variable in c?
What is the difference between printf and scanf in c?
List some applications of c programming language?
List some of the static data structures in C?
What is n in c?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor