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
What is the use of #define preprocessor in c?
What is console in c language?
how to make a scientific calculater ?
What is difference between static and global variable in c?
Is c weakly typed?
Explain the properties of union. What is the size of a union variable
What is an operator?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Why is c still so popular?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What is static function in c?
what are the facialities provided by you after the selection of the student.
praagnovation
What are the salient features of c languages?
Define Spanning-Tree Protocol (STP)