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 floating point constants?

0 Answers  


what is the stackpointer

2 Answers  


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


Explain About fork()?

0 Answers   TISL,


What would happen to X in this expression: X += 15; (assuming the value of X is 5)

0 Answers  






Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

0 Answers  


What is a protocol in c?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


Why main is used in c?

0 Answers  


simple program of graphics and thier outpu display with a want what is out put of graohics in c language

1 Answers   CSC, HCL,


Is calloc better than malloc?

0 Answers  


Categories