Write a C++ program to sort digits of all the 4 digit number
and display the sorted 4 digit number
what is the basic concept of c++(object oriented programing)
What c++ is used for?
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
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
What are libraries in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are activex and ole?
Define a nested class.
Explain stack & heap objects?
Explain the difference between using macro and inline functions?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?