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
Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit
Tell me an example where stacks are useful?
Explain about vectors in c ++?
What are multiple inheritances (virtual inheritance)?
What is near, far and huge pointers? How many bytes are occupied by them?
List the issue that the auto_ptr object handles?
Is there a datatype string in c++?How is the memory allocation?
What is the difference between std::vector and std::list
Define a pointer to a data member of the type pointer to pointer?
What is the basic of c++?
Explain what you mean by a pointer.
Write the program form Armstrong no in c++?