Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

diff. between *p and **p

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


Please Help Members By Posting Answers For Below Questions

Write a code to remove duplicates in a string.

1082


Which built-in library function can be used to match a patter from the string?

1347


Explain can you assign a different address to an array tag?

1117


Give me the code of in-order recursive and non-recursive.

1421


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

1131


What are the two forms of #include directive?

1218


Why ca not I do something like this?

1061


What is difference between Structure and Unions?

1302


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.

2239


What is the scope of local variable in c?

1197


What is the difference between printf and scanf in c?

1427


List some applications of c programming language?

997


List some of the static data structures in C?

1240


What is n in c?

1108


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3599