can we store values and addresses in the same array? explain

Answer Posted / rakesh

Yes, We can Store Value and Address in the Same Array using the LinkedList Concept of the Data & File Structure.

Is This Answer Correct ?    12 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know pointer in c?

575


What are the standard predefined macros?

627


What is meant by errors and debugging?

639


What is c programming structure?

614


Explain indirection?

635






What the advantages of using Unions?

667


How can I manipulate individual bits?

598


What is the purpose of & in scanf?

586


Explain the use of 'auto' keyword in c programming?

670


What are the header files used in c language?

573


What is far pointer in c?

799


What is meant by realloc()?

666


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.

657


7-Given an index k, return the kth row of the Pascal's triangle. For example, when k = 3, the row is [1,3,3,1]. For reference look at the following standard pascal’s triangle.

2213


What is the maximum length of an identifier?

657