Define Virtual function in C++.
No Answer is Posted For this Question
Be the First to Post Answer
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
Can you explicitly call a destructor on a local variable?
What is OOPs
Which software is best for coding?
Do we have to use initialization list in spite of the assignment in constructors?
What is std :: flush?
What are the various operations performed on stack?
What is lazy initialization in c++?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What are the popular tools used to detect memory leaks in c++
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?