Un-Answered Questions { Programming Languages }

How to run C++ program in cmd

354


What is bool in C++

360


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

399


Consider the following C++ program

341


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

495


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

595


Can we call a virtual function from a constructor?

493


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

328


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

340


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

293


How does free know the size of memory to be deleted

297


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

1022


What is a built-in function in C?

778


In C, What is the #line used for?

1035


How can a string be converted to a number?

504