Difference between pointer to constant vs. Pointer constant
No Answer is Posted For this Question
Be the First to Post Answer
Explain how an exception handler is defined and invoked in a Program.
What is ios :: in in c++?
Differences between private, protected and public and give examples.
Why do we use constructor?
Can notepad ++ run c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
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
Can java be faster than c++?
Do you know the use of vtable?
What C++ libraries are you proficient with?
what is pulse code modulation?
What is compilation?