How pointer is benefit for design a data structure algorithm?

Answers were Sorted based on User's Feedback



How pointer is benefit for design a data structure algorithm?..

Answer / kaushal vinayak

Pointer is that variable who store the address of the
variable.In data structure a node consist of two part data
and link part,where link part consist of hold the address of
the next node which is possible through pointer which
points to next node. through pointer you can go to the next
node in any defined data structure.

Is This Answer Correct ?    10 Yes 0 No

How pointer is benefit for design a data structure algorithm?..

Answer / deepu.

I am cheking.by useing
pointer we save the
memory.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Interview Questions

What is sizeof array in c?

0 Answers  


what is a NULL Pointer? Whether it is same as an uninitialized pointer?

0 Answers   TISL,


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


How can I delete a file?

0 Answers  






What is the diffrent between while and do while statement ?

6 Answers  


What is indirection in c?

0 Answers  


Explain low-order bytes.

0 Answers  


what type of questions arrive in interview over c programming?

0 Answers  


What is C++

4 Answers  


Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;

18 Answers   Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


Categories