Explain bubble sorting.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what you mean by a pointer.
What is a v-table?
Why is c++ called oops?
What is size of a object of following class? class Foo { public: void foo(){} }
What are manipulators in c++ with example?
How can you link a c program with a c function?
How long it will take to learn c++?
What are static type checking?
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Evaluate the following expression as C++ would do :8 * 9 + 2 * 5 a) 82 b) 79 c) 370 d) list
What is a tuple c++?