Which format specifier is used for printing a pointer value?
Is there any problem with the following: char *a=NULL; char& p = *a;?
Can we use this pointer inside static member function?
What is the header file for setw?
What is the full form of dos?
Declare a class vehicle and make it an abstract data type.
What jobs can you get with a c++ certification?
Can we use pointers in c++?
What's the order in which the objects in an array are destructed?
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 I uninstall microsoft c++ redistributable?
When do we run a shell in the unix system? How will you tell which shell you are running?
How do I get good at c++ programming?