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 does *p++ do? What does it point to?
How are pointers declared in c?
Write a program to know whether the input number is an armstrong number.
What are the types of data types and explain?
convert 12345 to 54321 withoutusing strig
What is a stream in c programming?
Explain what happens if you free a pointer twice?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,
write a program to generate 1st n fibonacci prime number
What is conio h in c?
Explain why C language is procedural?
What is printf () in c?