What is auto type c++?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ platform dependent?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Does dev c++ support c++ 11?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Is java the same as c++?
What is an iterator?
Differentiate between a pointer and a reference with respect to c++.
What does ctime() do?
Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.
Can we make copy constructor private in c++?
What is c++ stringstream?
How can a '::' operator be used as unary operator?