can we store values and addresses in the same array? explain
Answer Posted / palani222samy
Not because value we can store but address is we can't store
that is default address we can't change that value
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Is c high or low level?
What do you mean by dynamic memory allocation in c?
Subtract Two Number Without Using Subtraction Operator
What is a built-in function in C?
How do you determine a file’s attributes?
Write a Program to find whether the given number or string is palindrome.
Is c pass by value or reference?
What is the main difference between calloc () and malloc ()?
What is the difference between arrays and pointers?
Can two or more operators such as and be combined in a single line of program code?
The statement, int(*x[]) () what does in indicate?
How can I recover the file name given an open stream or file descriptor?
a program that can input number of records and can view it again the record
Why enum is used in c?
How can a process change an environment variable in its caller?