Can manipulators fall in love?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer with example?
Define friend function.
How can you differentiate between inheritance and implementation in c++?
Can a class be static in c++?
How does c++ sort work?
What is friend class in c++ with example?
Why is main function important?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
What is a stack? How it can be implemented?
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 tree in c++?
write a program to insert an element into an array