Answer Posted / vignesh
c consists of both object oriented and function oriented
but whereas java consists of only object oriented language
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is the array and initializing arrays in c++?
What is ios :: in in c++?
Are there any special rules about inlining?
What is lvalue?
Write about the access privileges in c++ and also mention about its default access level?
Describe the setting up of my member functions to avoid overriding by the derived class?
What is ostream in c++?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Is c the same as c++?
I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.
What is time_t c++?
What is the auto keyword good for in c++?
What is namespace std; and what is consists of?
Can you write a function similar to printf()?