Answer Posted / dips
everything is C ,c++ is only a easier way to handle C,we
have to write some codes to get C++ from C ,i just want to
say that some codes are already written and those are made
keyword inC++
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is abstraction in c++ with example?
Why do you use the namespace feature?
Specify some guidelines that should be followed while overloading operators?
What is a dll entry point?
What is the purpose of ios::basefield in the following statement?
How many namespaces are there in c++?
What are vtable and vptr?
How do you remove an element from a set in c++?
Is c++ the hardest language?
Out of fgets() and gets() which function is safe to use?
What is abstraction in c++?
Explain register storage specifier.
Describe new operator and delete operator?
what does the following statement mean? int (*a)[4]
What does std :: flush do?