What do we mean by a hidden argument in C++?
Answer / santosh mundhe
"this" pointer...
when u call a member function using object, a
implicit argument (hidden argument) is passed to the member
function is nothing but this pointer.
| Is This Answer Correct ? | 3 Yes | 0 No |
WAP find square root of any number (without using sqrt() )?
What is difference between function overloading and overriding?
What is overloading in oops?
can you give real time example for polymarphism
What is difference between pop and oop?
What is and I oop mean?
What do you mean by inheritance?
What is R T T I ?
The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?
how does a main() in C++ is different from main() in C?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
Should you protect the global data in threads? Why or why not?