Can we use this pointer inside static member function?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit
Write a function that swaps the values of two integers, using int* as the argument type?
What is a friend function in c++?
What is the difference between public, private, protected inheritance?
What about Virtual Destructor?
What issue do auto_ptr objects address?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
When are exception objects created?
which of the following is not an secondary constant a) array b) real c) union
What is pointer in c++ with example?
What is a concrete class?
What are the types of array in c++?