Is it possible for a member function to delete the pointer, named this?
No Answer is Posted For this Question
Be the First to Post Answer
without if else statement can be written ah
What is the exit function in c++?
class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are the types of STL containers?
Write a program to add three numbers in C++ utilizing classes.
What is main function in c++ with example?
What is the object serialization?
Can java be faster than c++?
What do you mean by translation unit in c++?
Which software is best for c++ programming?
What is the difference between while and do while loop?