Can constructor be static in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What will the line of code below print out and why?
What is a protocol class?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What do you mean by funtion prototype?
What are iterators in c++?
Are vectors faster than arrays?
Why are pointers used?
What is setf in c++?
What is a manipulative person?
What is the type of 'this' pointer?
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 abstraction in c++?