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 4911which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
4 6416a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
CTS,
2 4533Hi 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 4851How to Increment the value of the empid E001 for each and every employee by using the programe?
1 3679what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
4 8034
Do you need a main function in c++?
Can I learn c++ as my first language?
What are the types of abstraction?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
sir please send me bpcl previous question papers
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Explain dangling pointer.
What is iostream in c++ used for?
What is the main use of c++?
Is overriding possible in c++?
Explain the concepts involved in Object Oriented programming.
#include
What are the differences between new and malloc?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Write a C++ program to print strings in reverse order.