Which software is used for c++ programming?


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

Post New Answer

More C++ General Interview Questions

If dog is a friend of boy and boy is a friend of house, is dog a friend of house?

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


Is java based off c++?

0 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  






Can you pass an array to a function in c++?

0 Answers  


What is the most powerful coding language?

0 Answers  


What is constructor and destructor in c++?

0 Answers  


What is null and void pointer?

0 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


Are iterators pointers?

0 Answers  


Explain the benefits of proper inheritance.

0 Answers  


Categories