Array base access faster or pointer base access is faster?
What type of question are asked in GE code writing test based on c++ data structures and pointers?
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.
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
Write a c++ program to display pass and fail for three student using static member function
what is different between oops and c++
Program to check whether a word is a sub-string or not of a string typed
how to making game in c++ ?
i got a backdoor offer in process global,Bangalore..Can i work with it?
can we make game by using c
What is byval and byref? What are differences between them?
What is interface? When and where is it used?
What is debug class?what is trace class? What differences are between them? With examples.
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
hi all..i want to know oops concepts clearly can any1 explain??