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 |
Explain how do you determine the length of a string value that was stored in a variable?
What is the use of function overloading in C?
Explain about the functions strcat() and strcmp()?
Is c procedural or object oriented?
What is typedef?
What is Dynamic Initialization.
What is else if ladder?
simple program of graphics and thier outpu display with a want what is out put of graohics in c language
How do we print only part of a string in c?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
If "AaBbCc" is passed to the char char x(*a) { a[0]?x(a+1):1; printf("%c",a[0]); return 1; } what will be the output?
List a few unconditional control statement in c.