Is dev c++ a good compiler?
Is nan a c++?
What's the order in which the local objects are destructed?
Explain differences between alloc() and free()?
They will ask u question about single linked list?. Write Code for to insert delete node.
What is general format for a prototype?
Do you know about C++ 11 standard?
0 Answers Agilent, ZS Associates,
What is auto used for 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 java and c++?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
Which c++ operator cannot overload?
What is unary operator? List out the different operators involved in the unary operator.