What is pointer to pointer in c with example?


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

Post New Answer

More C Interview Questions

What are the uses of pre-processor directives?

2 Answers  


why do we use # in c-language?

1 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }

27 Answers   Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,


i have a written test for microland please give me test pattern

0 Answers   Microland,


Can we change the value of #define in c?

0 Answers  






difference between memcpy and strcpy

1 Answers  


can anyone suggest some site name..where i can get some good data structure puzzles???

0 Answers  


An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array

0 Answers  


Explain what is a pragma?

0 Answers  


Is it better to bitshift a value than to multiply by 2?

0 Answers  


How the c program is executed?

0 Answers  


What is calloc() function?

0 Answers  


Categories