What is c++ namespace?


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

Post New Answer

More C++ General Interview Questions

What is data binding in c++?

0 Answers  


Explain polymorphism?

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's the hardest coding language?

0 Answers  


What are the two types of comments, and how do they differ?

0 Answers  






Do inline functions improve performance?

0 Answers  


What is iterator in c++?

0 Answers  


Why was c++ created?

0 Answers  


What is virtual table?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


Which field is used in c++?

0 Answers  


Categories