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
What is the use of endl?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is the difference between "overloading" and "overridding"?
When does the c++ compiler create temporary variables?
What is the difference between an external iterator and an internal iterator?
How is new() different from malloc()?
What is a type library?
what are Operators and explain with an example?
Define 'std'.
What is the use of cmath in c++?
Name the implicit member functions of a class.
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.