What are advantages of c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is time h in c++?
Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.
Which is not a valid keyword a) public b) protected c) guarded
What is endianness?
Write some differences between an external iterator and an internal iterator?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What is heap sort in c++?
What is vector pair in c++?
Write the program form Armstrong no in c++?
Explain the virtual inheritance in c++.
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
What is an adaptor class in c++?