What is lambda in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Who discovered c++?
What is the difference between an array and a list?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
Write bites in Turbo c++ Header ("Include") Files.
Is java easier than c++?
Is there a new/delete equivalent of realloc?
How long it will take to learn c++?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What do you mean by funtion prototype?
What is the v-ptr?
What are destructors?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).