Distinguish between a # include and #define.
No Answer is Posted For this Question
Be the First to Post Answer
Is string data type in c++?
Is it possible for a member function to use delete this?
Who created c++?
How do you initialize a class member, class x { const int i; };
How do you add an element to a set in c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What do you mean by early binding?
What is prototype for that c string function?
Is main a class in 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
What is a linked list in c++?
Write a program to reverse a linked list?
8 Answers Catalytic Software, Satyam,