Answer Posted / hardik
C++ is simply an advanced version of C as name itself
indicates.. However, nodoubt, C++ is object based
programming however C is procedure based...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Define upcasting.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is the difference between interpreters and compilers?
Tell me an example where stacks are useful?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
What is an html tag?
What is #include cmath?
What is switch case in c++ syntax?
What is the full form of ios?
What is a syntax in c++?
Define a pointer to a data member of the type pointer to pointer?
What is static in c++?
Should a constructor be public or private?