What are the benefits of oop in c++?
No Answer is Posted For this Question
Be the First to Post Answer
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 one is a preferred language C or C++? Why?
a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?
What happens when a function throws an exception that was not specified by an exception specification for this function?
what does the following statement mean? int (*a)[4]
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is auto type c++?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
What is the v-ptr?
Write a code/algo to find the frequency of each element in an array?
How many characters are recognized by ANSI C++?