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
Explain function?
Explain what does it mean when a pointer is used in an if statement?
Differentiate between #include<...> and #include '...'
What is sorting in c plus plus?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is the -> in c?
What is #ifdef ? What is its application?
How do I get a null pointer in my programs?
What are the general description for loop statement and available loop types in c?
Explain what is meant by 'bit masking'?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Why is a semicolon (;) put at the end of every program statement?
What is wrong with this initialization?
What type of function is main ()?
What is the use of a static variable in c?