How pointer is benefit for design a data structure algorithm?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by initialization and how we initialize a variable?

586


What is structure in c definition?

573


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2609


What is a buffer in c?

575


How does pointer work in c?

618






Explain function?

663


Why C language is a procedural language?

621


what are bit fields in c?

601


How can I find out how much free space is available on disk?

628


Write a simple code fragment that will check if a number is positive or negative.

708


What is the use of typedef in structure in c?

543


What is string constants?

660


What is call by reference in functions?

563


Does c have function or method?

589


What is putchar() function?

635