Assume studentNames and studentIDs are two parallel arrays
of size N that hold student data. Write a pseudocode
algorithm that sorts studentIDs array in ascending ID
number order such that the two arrays remain parallel.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


why v use c++ even we have microprocessor

2 Answers   CybAge,


Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


What is a virtual destructor? Explain the use of it?

0 Answers  


What information can an exception contain?

0 Answers  






1.what is the difference between software & package &application.

1 Answers   Infosys,


How long will it take to learn programming?

0 Answers  


Describe the advantages of operator overloading?

0 Answers  


What are the different types of comments allowed in c++?

0 Answers  


What are register variables?

0 Answers  


Define a conversion constructor?

0 Answers  


Why is "using namespace std;" considered bad practice?

0 Answers  


Categories