Tell me can a pure virtual function have an implementation?
No Answer is Posted For this Question
Be the First to Post Answer
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
Can a built-in function be recursive?
Can c++ be faster than c?
What do you mean by translation unit in c++?
What is the c++ code?
What are static and dynamic type checking?
Const char *p , char const *p What is the difference between the above two?
Can we distribute function templates and class templates in object libraries?
Does c++ support exception handling?
Can comments be longer than one line?
What are c++ tokens?
Can you please explain the difference between using macro and inline functions?