Can notepad ++ run c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is class in c++ with example?
What is the real purpose of class – to export data?
What is the stack?
Difference between a homogeneous and a heterogeneous container
How can you quickly find the number of elements stored in a dynamic array?
what is Member Functions in Classes?
Which is not a valid keyword a) public b) protected c) guarded
What is the most powerful coding language?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
What are c++ variables?
What is an adaptor class or Wrapper class?
Write a function that swaps the values of two integers, using int* as the argument type?