Can notepad ++ run c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the extraction and insertion operators in c++? Explain with examples.
What is a multiset c++?
What is the need of a destructor? Explain with the help of an example.
Explain the extern storage classes in c++.
Which one between if-else and switch is more efficient?
What is the equivalent of Pascal's Real a) unsigned int b) float c) char
What is prototype in c++ with example?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
if there is binary tree which one is the easiest way to delete all child node?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
When volatile can be used?
What are the weaknesses of C++?