wrong statement about c++
a)code removably
b)encapsulation of data and code
c)program easy maintenance
d)program runs faster
Answers were Sorted based on User's Feedback
CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?
Write a Program to find the largest of 4 no using macros.
What is the difference between an enumeration and a set of pre-processor # defines?
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.
Can we have "Virtual Constructors"?
what is the emaning of '#include" "'?
What is endianness?
What is the difference between global variables and local variable
What methods can be overridden in java?
5. Can inline functions have a recursion?
Can we specify variable field width in a scanf() format string? If possible how?
What is design pattern?