can we store values and addresses in the same array? explain
Answers were Sorted based on User's Feedback
Answer / sri
we can store values and address in same ,by using
datastructures concept
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / 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 |
Not because value we can store but address is we can't store
that is default address we can't change that value
| Is This Answer Correct ? | 4 Yes | 3 No |
Why we use break in c?
how to do in place reversal of a linked list(singly or doubly)?
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
When should the volatile modifier be used?
How can you avoid including a header more than once?
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
What are 3 types of structures?
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 is the auto keyword good for?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
Explain data types & how many data types supported by c?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****