Which software is best for c++ programming?


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

Post New Answer

More C++ General Interview Questions

Define the operators that can be used with a pointer.

0 Answers  


Why do we use the using declaration?

0 Answers  


Can you explicitly call a destructor on a local variable?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


Why are pointers not used in c++?

0 Answers  






Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


What is the advantage of c++ over c?

0 Answers  


What is encapsulation in c++?

0 Answers  


let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


What is the latest c++ standard?

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


What is constructor c++?

0 Answers  


Categories