What are features of c++?


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

Post New Answer

More C++ General Interview Questions

Can you declare an array without a size in c++?

0 Answers  


Difference between delete and free.

0 Answers  


Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.

0 Answers   An-Najah National University,


What are the benefits of pointers?

0 Answers  


Define the process of handling in case of destructor failure?

0 Answers  






Is c++ an oop?

0 Answers  


Is there a new/delete equivalent of realloc?

1 Answers  


What are the benefits of c++?

0 Answers  


What is time_t c++?

0 Answers  


i want to know how to copy arrary without using any method or function. I have tried the below using System; class e4 { static void Main(string[] args) { int a,b; int[ ] m= new int[5]; int[ ] n= new int[5]; for(a=0;a<=4;a++) { Console.WriteLine("enter any value"); m[a]=Convert.ToInt32(Console.ReadLine()); m[a]=n[a]; } for(b=0;b<=4;b++) { Console.WriteLine(n[b]); } } } but it will give wrong result can anyone solve this problem

1 Answers   Reliance,


What is an undefined behavior and sequence points

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


Categories