Answer Posted / bheda govind
OBJECT IS A ONE OF THE TASK OF THE CLASS.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are stacks?
What is implicit pointer in c++?
What do you mean by “this” pointer?
Define what is constructor?
What is c++ mutable?
What new()is different from malloc()?
why is c++ called oops? Explain
Define copy constructor.
What is null pointer and void pointer?
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
Why is swift so fast?
What is the advantage of c++ over c?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What's the hardest coding language?
How do you initialize a string in c++?