What is using namespace std in c++?
No Answer is Posted For this Question
Be the First to Post Answer
If I is an integer variable, which is faster ++i or i++?
Define the process of error-handling in case of constructor failure?
What is OOPs
What is a type library?
In a class only declaration of the function is there but defintion is not there then what is that function?
What is a terminating character in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is the size of integer variable?
What is the difference between method overloading and method overriding in c++?
When must you use a pointer rather than a reference?
Write a program to calculate the following i want a c++program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)