Answer Posted / glibwaresoftsolutions
• Object-Oriented Programming: Encapsulation, Inheritance, Polymorphism.
• Memory management via pointers.
• Support for both high-level and low-level programming.
• Strong type checking.
• STL (Standard Template Library) for reusable components.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I access an I o board directly?
What is s in c?
What is getche() function?
What are types of structure?
Does c have an equivalent to pascals with statement?
Explain how do you search data in a data file using random access method?
Explain how do you override a defined macro?
Array is an lvalue or not?
Is linux written in c?
What are the types of variables in c?
Describe the modifier in c?
When was c language developed?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is break in c?
What is the purpose of macro in C language?