STL (140)
OOPS (873)
C++ General (2409) 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 4897which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
4 6382a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
CTS,
2 4496Hi i need to Acess a variable "int Intval" in the below mentioned code .How to Access it guys i am waiting for your reply
3 4823How to Increment the value of the empid E001 for each and every employee by using the programe?
1 3659what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
4 8002
What is recursion?
In c++, what is the difference between method overloading and method overriding?
Do class declarations end with a semicolon? Do class method definitions?
Differentiate between the message and method in c++?
Without using third variable write a code to swap two numbers.
What is the point of oop?
Why is standard template library used?
Advantage and disadvantage of routing in telecom sector
What is the oops and benefits of oops programming?
What is DlgProc?
Why we use #include conio h in c++?
What are function prototypes?
Name the operators that cannot be overloaded in C++?
Is c++ a low level language?
What is switch case in c++ syntax?