How pointer is benefit for design a data structure algorithm?
Answer Posted / deepu.
I am cheking.by useing
pointer we save the
memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write a program to swap two numbers without using third variable?
What is %d used for?
Is a pointer a kind of array?
Explain how do you sort filenames in a directory?
What's the best way of making my program efficient?
What does malloc () calloc () realloc () free () do?
What is LINKED LIST? How can you access the last element in a linked list?
What is the difference between a string and an array?
Can we declare a function inside a function in c?
Explain the binary height balanced tree?
Where register variables are stored in c?
Explain how can type-insensitive macros be created?
What does #pragma once mean?
What is nested structure with example?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?