What is c++ namespace?
No Answer is Posted For this Question
Be the First to Post Answer
What are the comments in c++?
What is a storage class? Mention the storage classes in c++.
How to declare an array of pointers to integer?
Is c++ the most powerful language?
When does a name clash occur?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
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)
program explaining feautures of c++
Explain the concept of dynamic allocation of memory?
Is there something that we can do in C and not in C++?
What is class definition in c++ ?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero