why we use pointer in c

Answer Posted / srinivash

to store the address of a variable which s effective in
fuction calling by call by reference r call by address method

Is This Answer Correct ?    14 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

649


What is a program flowchart and how does it help in writing a program?

665


What is the importance of c in your views?

597


Write a program to print fibonacci series without using recursion?

610


When should the const modifier be used?

660






Is a pointer a kind of array?

602


What is scope of variable in c?

571


What is the time and space complexities of merge sort and when is it preferred over quick sort?

676


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

705


What are pointers? Why are they used?

632


diff between exptected result and requirement?

1596


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3249


Define and explain about ! Operator?

615


What is a list in c?

621


Write a program to reverse a linked list in c.

647