adspace
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
How do you determine the length of a string value that was stored in a variable?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
How do you convert strings to numbers in C?
Differentiate between null and void pointers.
what is ur strangth & weekness
What is pointer to pointer in c with example?
What is variable initialization and why is it important?
ATM machine and railway reservation class/object diagram
develop algorithms to add polynomials (i) in one variable
hi send me sample aptitude papers of cts?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
In C programming, how do you insert quote characters (‘ and “) into the output screen?
swap 2 numbers without using third variable?