What is a tuple c++?
No Answer is Posted For this Question
Be the First to Post Answer
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What is c strings syntax?
What is the iunknown interface?
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
How many storage classes are available in C++?
What is the use of volatile keyword in c++? Give an example.
What is a static element?
Is c++ a software?
Is c++ vector dynamic?
What is size of string in c++?
Is c++ fully object oriented?
Which is most difficult programming language?