what is the C++
Answer / atasi jena
c++ is a object oriented programming language which provides different mechanism like inheritance, polymerphism, template, data abstraction over c.
| Is This Answer Correct ? | 11 Yes | 0 No |
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
Describe the role of the c++ in the tradeoff of safety vs. Usability?
What is the return value of the insertion operator?
Describe private, protected and public – the differences and give examples.
Why c++ is created?
Have you used MSVC? What do you think of it?
How a macro differs from a template?
What you mean by early binding and late binding? How it is related to dynamic binding?
Can notepad ++ run c++?
an integer constant must have atleast one a) character b) digit c) decimal point
What is time_t c++?
write a programme to get a character and thier ASCII value