What does double pointer mean in c?


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

Post New Answer

More C Interview Questions

How to swap 3 numbers without using 4th variable?

5 Answers  


What is a null string in c?

0 Answers  


a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6

7 Answers   TCS,


What are the string functions? List some string functions available in c.

0 Answers  


What is the -> in c?

0 Answers  


What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?

3 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

0 Answers   Sikkim Manipal University,


What is variable in c example?

0 Answers  


Where static variables are stored in c?

0 Answers  


What are disadvantages of C language.

0 Answers   iNautix,


Is r written in c?

0 Answers  


Categories