Un-Answered Questions { C++ General }

how to connect with oracle 9i with server in socket program in c/c++

1843


what are the iterator and generic algorithms.

1454


what are the iterator and generic algorithms.

1475


what are the iterator and generic algorithms.

1680


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3421


what is c++

1789


Array base access faster or pointer base access is faster?

1807


What type of question are asked in GE code writing test based on c++ data structures and pointers?

3501


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.

1710


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

1781


Program to check whether a word is a sub-string or not of a string typed

1588


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.

2075


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

5889


When we use Abstract Class and when we use Interface?where we will implement in real time?

1660


write a porgram in c++ that reads an integer and print the biggest digit in the number

1759