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
What does sizeof int return?
What is malloc return c?
what is the difference between class and unio?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are the 5 organizational structures?
Does * p ++ increment p or what it points to?
What are the types of assignment statements?
How do you override a defined macro?
What does void main return?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is %lu in c?
What is the code in while loop that returns the output of given code?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me