What do you mean by “this” pointer?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What is RAII (Resource Acquisition Is Initialization)?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Explain how overloading takes place in c++?
Write a program which uses Command Line Arguments
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What are register variables?
What is the difference between global variables and static varables?
What is iomanip c++?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
Can a function take variable length arguments, if yes, how?