Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 a program flowchart?

1125


Why double pointer is used in c?

988


What is the use of f in c?

934


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2295


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1943


What is meant by keywords in c?

1036


Is c++ based on c?

1023


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

2079


define string ?

1057


Place the #include statement must be written in the program?

989


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1923


Why c is a procedural language?

1010


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

2409


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

1169


Why is not a pointer null after calling free?

969