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

Are local variables initialized to zero by default in c?

545


Explain what is a program flowchart and explain how does it help in writing a program?

643


How to explain the final year project as a fresher please answer with sample project

463


What is an array in c?

589


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679






Why is c so powerful?

678


Explain pointers in c programming?

628


If fflush wont work, what can I use to flush input?

608


What are variables c?

612


When should a type cast not be used?

622


Between macros and functions,which is better to use and why?

1565


What is c token?

601


What is linear search?

673


The statement, int(*x[]) () what does in indicate?

640


What is the difference between malloc calloc and realloc in c?

643