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
writ a program to compare using strcmp VIVA and viva with its output.
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is bss in c?
What are local static variables?
write a c program thal will find all sequences of length N that produce the sum is Zero, print all possible solutions?
What is the benefit of using an enum rather than a #define constant?
What is a pointer variable in c language?
what is the basis for selection of arrays or pointers as data structure in a program
Explain what are the standard predefined macros?
What are the keywords in c?
What is scope and lifetime of a variable in c?
What is zero based addressing?
What is difference between array and structure in c?
What is difference between array and pointer in c?
Why static variable is used in c?