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
Write a c program to demonstrate character and string constants?
Is it valid to address one element beyond the end of an array?
What is void main ()?
Write a code of a general series where the next element is the sum of last k terms.
How can you increase the allowable number of simultaneously open files?
How can I convert a number to a string?
What is the difference between single charater constant and string constant?
Who developed c language?
What are the application of c?
Why array is used in c?
swap 2 numbers without using third variable?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
can we change the default calling convention in c if yes than how.........?
find the sum of two matrices and WAP for it.
Add Two Numbers Without Using the Addition Operator