Is c++ a programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
structure contains int, char, float how it behaves for big endian and little endian?
How is new() different from malloc()?
Do we have to use initialization list in spite of the assignment in constructors?
Comment on c++ standard exceptions?
What is operators in c++?
What is the difference between "calloc" and "malloc"?
How many types of scopes are there in c++?
What data encapsulation is in c++?
How does com provide language transparency?