Answer Posted / nipa
using pointer some facility is there
1.. we reduce length and complexity of a program
2.. increase speed of execution of program
3.. it can capable to handling data table
4.. to access variable which is defined outside the function
5 .. handle character string
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what is the format specifier for printing a pointer value?
When should the register modifier be used? Does it really help?
Explain the properties of union. What is the size of a union variable
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What are the different types of objects used in c?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are data structures in c and how to use them?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Where are c variables stored in memory?
What is the difference between volatile and const volatile?
What do you mean by dynamic memory allocation in c?
Why is c so important?
Explain what is a static function?
What is main function in c?
What is the use of linkage in c language?