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

What is the difference between NULL and NUL?

1023


Why does everyone say not to use scanf? What should I use instead?

1079


what are the 10 different models of writing an addition program in C language?

1661


How many bytes are occupied by near, far and huge pointers (dos)?

906


What are the benefits of organizational structure?

779


What are identifiers c?

839


What are valid operations on pointers?

939


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1881


What does a function declared as pascal do differently?

814


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

960


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

873


What is keyword in c?

791


Why is structure important for a child?

836


What is string function c?

788


Explain what is the best way to comment out a section of code that contains comments?

933