What do you mean by “this” pointer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is low level language in simple words?

0 Answers  


What is == in programming?

0 Answers  


What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number

0 Answers  


Which is the best c++ software?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  






Can a list of string be stored within a two dimensional array?

0 Answers  


Explain the operation of overloading of an assignment operator.

0 Answers  


Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


What do you mean by global variables?

0 Answers  


What is abstraction in c++?

0 Answers  


What is a sequence in c++?

0 Answers  


Write a program to find the reverse Fibonacci series starting from N.

0 Answers   Huawei,


Categories