why we use pointer in c

Answer Posted / srinivas

the speed of execution will be increased because we
accessing address of the variable rather than variables

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %d do in c?

537


Tell me with an example the self-referential structure?

560


What are the rules for identifiers in c?

581


Explain the difference between getch() and getche() in c?

562


What do you understand by friend-functions? How are they used?

641






What are global variables and explain how do you declare them?

569


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

583


Can static variables be declared in a header file?

612


I have a varargs function which accepts a float parameter?

574


How can I list all of the predefined identifiers?

576


What is difference between && and & in c?

580


what is a constant pointer in C

674


Explain what is output redirection?

661


How many keywords (reserve words) are in c?

614


Why clrscr is used after variable declaration?

1035