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
In C language what is a 'dangling pointer'?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Can you write a programmer for FACTORIAL using recursion?
Describe wild pointers in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Add Two Numbers Without Using the Addition Operator
Why is c called "mother" language?
in linking some of os executables are linking name some of them
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
How does struct work in c?
What is this infamous null pointer, anyway?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
Is c easier than java?
What is the difference between single charater constant and string constant?