What is cout flush?
No Answer is Posted For this Question
Be the First to Post Answer
What is the header file for setw?
What do you mean by static variables?
Write a function to find the nth item from the end of a linked list in a single pass.
What is meant by entry controlled loop?
0 Answers Agilent, ZS Associates,
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 are the advantages of C++ programming compared to C programming?
write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
Which is better turbo c++ or dev c++?
Difference between pointer to constant and constant pointer to a constant. Give example.
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
Is facebook written in c++?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,