How many characters are recognized by ANSI C++?
No Answer is Posted For this Question
Be the First to Post Answer
const char * char * const What is the differnce between the above two?
Where can I run c++ program?
What are friend classes? What are advantages of using friend classes?
What is ios in c++?
What are advantages of C++ when comparing with C?
18 Answers HP, iGate, TCS,
Describe delete operator?
What is the benefit of c++?
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
Explain explicit container.
Which bit wise operator is suitable for turning off a particular bit in a number?
What is a virtual destructor? Explain the use of it?
How many types of comments are there in c++?