How pointer is benefit for design a data structure algorithm?
Answers were Sorted based on User's Feedback
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 |
Answer / deepu.
I am cheking.by useing
pointer we save the
memory.
Is This Answer Correct ? | 2 Yes | 0 No |
What is sizeof array in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the most efficient way to count the number of bits which are set in an integer?
Write any data structure program (stack implementation)
How can I delete a file?
What is the diffrent between while and do while statement ?
What is indirection in c?
Explain low-order bytes.
what type of questions arrive in interview over c programming?
What is C++
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?