Is dev c++ free?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of static class data?
Explain about Virtual Function in C++?
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)
Why is null pointer used?
What is data abstraction? How is it different from data encapsulation?
What is rtti in c++?
Will a catch statement catch a derived exception if it is looking for the base class?
Can constructor be private in c++?
What should main() return in c and c++?
What is isdigit c++?
What methods can be overridden in java?
If there are two catch statements, one for base and one for derived, which should come first?