How will you allocate memory to a double pointer ?

Answers were Sorted based on User's Feedback



How will you allocate memory to a double pointer ?..

Answer / guest

stack over flow

Is This Answer Correct ?    8 Yes 0 No

How will you allocate memory to a double pointer ?..

Answer / samson chettri

stack over flow.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


Write a program that can show the multiplication table.

0 Answers   Student,


There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.

5 Answers   Yahoo,


What is the full form of getch?

0 Answers  


will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  






Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


define c

6 Answers   HCL, TCS,


why we need function pointers?

3 Answers  


How can I convert integers to binary or hexadecimal?

2 Answers  


What is null character in c?

0 Answers  


How does #define work?

0 Answers  


Is main an identifier in c?

0 Answers  


Categories