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
What is auto keyword in c?
What is structure padding in c?
How can I write a function that takes a format string and a variable number of arguments?
Do you know the difference between exit() and _exit() function in c?
Write a program to swap two numbers without using a temporary variable?
What is the difference between c &c++?
How can I pad a string to a known length?
Linked lists -- can you tell me how to check whether a linked list is circular?
What is the difference between array and structure in c?
In which header file is the null macro defined?
What is the benefit of using an enum rather than a #define constant?
Explain how can I prevent another program from modifying part of a file that I am modifying?
When should a far pointer be used?
What do you understand by normalization of pointers?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)