What is a constructor in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
Write a struct time where integer m, h, s are its members?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the use of seekg in c++?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
What do nonglobal variables default to a) auto b) register c) static
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is command line arguments in C++? What are its uses? Where we have to use this?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What issue do auto_ptr objects address?
What is runtime polymorphism in c++?
What is the difference between a template and a macro?