How to declare a pointer to an array of integers?
No Answer is Posted For this Question
Be the First to Post Answer
Describe delete operator?
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 )?
advantages and disadvantages of using Borland C++ / version 5.
How come you find out if a linked-list is a cycle or not?
What is a far pointer? where we use it?
Can a program run without main function?
What are stacks? Give an example where they are useful.
What are advantages and disadvantages of Design patterns?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
what is scupper?
What is the best c++ compiler?
Differentiate between the message and method?