What are the uses of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Explain dangling pointer.
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
What is meant by entry controlled loop? What all C++ loops are exit controlled?
What is pointer with example?
What is auto type c++?
Under what conditions is multiple inheritance not recommended?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Explain stack & heap objects?
Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?
What is the importance of mutable keyword?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Difference between linked list and array?