Define basic type of variable used for a different condition in C++?
No Answer is Posted For this Question
Be the First to Post Answer
How are the features of c++ different from c?
Profiler in projects?
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
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What problem does the namespace feature solve?
What do you mean by pure virtual functions in C++? Give an example?
What is exception handling? Does c++ support exception handling?
Why is the function main() special?
write program for palindrome
81 Answers Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,
What is the difference between a shallow copy and a deep copy?
Do vectors start at 0 c++?
Explain what are the sizes and ranges of the basic c++ data types?