What is the use of setprecision in c++?
No Answer is Posted For this Question
Be the First to Post Answer
How would you find out if a linked-list is a cycle or not?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
What do you mean by translation unit in c++?
Should I learn c++ c?
State two differences between C and C++.
Mention the ways in which parameterized can be invoked. Give an example of each.
What is an object in c++?
What is the arrow operator in c++?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
What is difference between n and endl in c++?
What is null c++?
what is c++