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 the difference between NULL and NUL?
Why does everyone say not to use scanf? What should I use instead?
what are the 10 different models of writing an addition program in C language?
How many bytes are occupied by near, far and huge pointers (dos)?
What are the benefits of organizational structure?
What are identifiers c?
What are valid operations on pointers?
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)
What does a function declared as pascal do differently?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is keyword in c?
Why is structure important for a child?
What is string function c?
Explain what is the best way to comment out a section of code that contains comments?