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
How can variables be characterized?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Describe how arrays can be passed to a user defined function
What are the benefits of organizational structure?
Write a program to find factorial of a number using recursive function.
find the sum of two matrices and WAP for it.
What is the difference between array and linked list in c?
What is the size of enum in bytes?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the use of a ‘’ character?
can any one tel me wt is the question pattern for NIC exam
How can you restore a redirected standard stream?
string reverse using recursion
What is a macro, and explain how do you use it?
How can you tell whether two strings are the same?