What is the most powerful coding language?
No Answer is Posted For this Question
Be the First to Post Answer
Which operations are permitted on pointers?
Can we inherit constructor in c++?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
Explain RAII (Resource Acquisition Is Initialization).
What are shallow and deep copy?
what are function pointers?
What you mean by early binding and late binding? How it is related to dynamic binding?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
How do you flush a buffer in c++?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Who invented turbo c++?