What is static variable and difference between(const char *p,char const *p,const char* const p).
No Answer is Posted For this Question
Be the First to Post Answer
Is there a difference between class and struct?
Write a C++ Program to find Square Root of a number using sqrt() function.
What Is A Default Constructor in C++ ?
What kind of problems does name mangling cause?
To solve the 8 Queens problem, which algorithm is used?
There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?
What is an abstract class in C++
0 Answers SwanSoft Technologies,
What are the costs and benefits of using exceptions?
Define type casting in C++.
Define namespace.
How to reverse a string in C++
How will you print a list of all unique words from a string which may contain repeated words?