diff. between *p and **p

Answer Posted / abhijeet kankani

Ya,the person is riht *p is just pointer which holds the
address of any variable(identifier)
where as **p is pointer to pointer which holds
address of another pointer

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can I remove the trailing spaces from a string?

621


When should volatile modifier be used?

544


Do you know the difference between exit() and _exit() function in c?

603


What is bash c?

550


How can a program be made to print the name of a source file where an error occurs?

721






we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

800


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

662


How can I automatically locate a programs configuration files in the same directory as the executable?

620


What is "Duff's Device"?

695


What is an array in c?

587


Can you write the function prototype, definition and mention the other requirements.

652


Is c dynamically typed?

663


What are compound statements?

622


write a program to find the given number is prime or not

3824


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1872