What is the benefit of c++?
No Answer is Posted For this Question
Be the First to Post Answer
sizeof - is it a function or operator?
When a function is made inline. Write the situation where inline functions may not work.
Write about the scope resolution operator?
What does it mean to declare a member function as virtual?
What is long in c++?
What are register variables?
What is the Maximum Size that an Array can hold?
55 Answers Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,
What is the c++ code?
Describe private, protected and public – the differences and give examples.
What is Pure Virtual Function? Why and when it is used ?
Is there a new/delete equivalent of realloc?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().