what is difference between array and structure?

Answer Posted / rajesh

array -same data type
structure -diff datatype

Is This Answer Correct ?    630 Yes 51 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain what are actual arguments?

625


What is difference between main and void main?

614


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

2508


Is that possible to store 32768 in an int data type variable?

684


Explain what is the heap?

612






Whats s or c mean?

583


What is default value of global variable in c?

552


What is the explanation for modular programming?

671


How do you redirect a standard stream?

614


What are preprocessor directives?

662


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

1720


What are the preprocessor categories?

627


What do you understand by normalization of pointers?

614


Explain how can you check to see whether a symbol is defined?

648


Which is more efficient, a switch statement or an if else chain?

567