Answer Posted / manjulatha
use of pointers makes the code more efficient and compact.
1.to acess array elements
2. to return more than one value to a function.
3. to acess dynamically allocated memory.
4. to implement data structures like linked lists,trees.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What does %d do?
Explain setjmp()?
What are the types of data files?
How do you print only part of a string?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
If I have a char * variable pointing to the name of a function ..
What are the 4 types of organizational structures?
Why isn't it being handled properly?
what is the difference between 123 and 0123 in c?
What does a pointer variable always consist of?
What is meant by 'bit masking'?
How to set file pointer to beginning c?
In C programming, what command or code can be used to determine if a number of odd or even?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record