What is pointer to pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can a program be made to print the line number where an error occurs?

0 Answers  


What is the return type of sizeof?

0 Answers  


What is the difference between class and object in c?

0 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


Write a program in c to print * * * * * *******

1 Answers  


difference between semaphores and mutex?

1 Answers  


Why is not a pointer null after calling free?

0 Answers  


What is the use of bit field?

0 Answers  


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work

2 Answers  


what is pointer?

4 Answers  


Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.

4 Answers  


Categories