why do we use pointer instead directly acessing the data?
Answer Posted / jitendra mishra
As we know pointer shows the address of a particular variable in the memory space.and accessing variable by its name is a bit time consuming because there can have more than one variable of same name but there can not be same address for two different variables.So pointer is more accurate and quick.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use break in c?
Here is a neat trick for checking whether two strings are equal
What is the purpose of main() function?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
What is data structure in c and its types?
which type of aspect you want from the student.
How do you determine a file’s attributes?
How is null defined in c?
What are the data types present in c?
Why c is known as a mother language?
How can I pad a string to a known length?
What is a const pointer?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
How can a string be converted to a number?
Explain how do you sort filenames in a directory?