Write a program which uses functions like strcmp(), strcpy()? etc
What is c++ array?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What are virtual constructors/destructors?
What does h mean in maths?
what do you mean by memory management operators
What are the conditions that have to be met for a condition to be an invariant of the class?
How much is size of struct having 1 char & 1 integer?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Can we change the basic meaning of an operator in c++?
What are c++ stream classes?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number