Un-Answered Questions { Programming Languages }

What is bool in C++

370


How to generate random numbers in C++ with a range?

408


Consider the following C++ program

353


Is deconstructor overloading possible? If yes then explain and if no Then why?

511


What is the difference between virtual functions and pure virtual functions?

610


Can we call a virtual function from a constructor?

514


Can we use THIS Pointer in static function – Reason in C++?

339


Factory Method C++ – How to delete pointers returned by it

352


What are issues if we mix new and free in C++?

301


How does free know the size of memory to be deleted

308


What's the value of the expression 5["abxdef"]?

1036


What is a built-in function in C?

795


In C, What is the #line used for?

1053


How can a string be converted to a number?

517


How can a number be converted to a string?

601