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 you draw circles in C?
What are the benefits of organizational structure?
What are the types of macro formats?
Explain null pointer.
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
How do I send escape sequences to control a terminal or other device?
How can you allocate arrays or structures bigger than 64K?
Explain the advantages of using macro in c language?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What does & mean in scanf?
What is pre-emptive data structure and explain it with example?
Is it better to bitshift a value than to multiply by 2?
Which header file is used for clrscr?
Can a pointer point to null?
What does #pragma once mean?