Answer Posted / savitha
c++ is object oriented programming language... it has special functions such as class, polymorphism ,inheritance ,encapsulation , data abstraction...hence we can develop programs which relates to objects makes us easy to understand
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
When is a void pointer used?
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is abstract data structure in c?
What is an arrays?
What is malloc return c?
Do array subscripts always start with zero?
What is the use of getch ()?
Explain what are multidimensional arrays?
Why doesnt this code work?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How is null defined in c?
How reliable are floating-point comparisons?
Why do we use pointer to pointer in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is meant by type specifiers?