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


Please Help Members By Posting Answers For Below Questions

What does c mean in standard form?

591


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2511


What is variables in c?

598


How can I handle floating-point exceptions gracefully?

624


What is the correct declaration of main?

667






What is #include in c?

592


What is const volatile variable in c?

565


What is getch c?

844


we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?

800


What is methods in c?

635


What is the difference between array and linked list in c?

592


What was noalias and what ever happened to it?

586


Differentiate Source Codes from Object Codes

807


Explain what is the heap?

614


Why void main is used in c?

559