How do I run a program in notepad ++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Why is main function important?

0 Answers  


What is difference between array and vector in c++?

0 Answers  


Write about c++ storage classes?

0 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


By using c++ with an example describe linked list?

0 Answers  






write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,


Differentiate between the message and method?

1 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


check whether a no is prime or not.

3 Answers   TCS,


program to print this triangle * * * * * *

12 Answers   Infosys,


Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list

0 Answers  


Please explain class & object in c++?

0 Answers  


Categories