What is namespace std; and what is consists of?
No Answer is Posted For this Question
Be the First to Post Answer
List the advantages of inheritance.
How to write Multithreaded applications using C++?
2 Answers Honeywell, TCS, Wipro,
3- Write a program to find larger and smaller of the two numbers.
What is c++ flowchart?
What is #include iostream h in c++?
What is endl c++?
In java a final class is a class that cannot be derived. How can you make a similar class in C++
What is abstraction with real time example?
What are the advantages and disadvantages of using inline and const?
2 Answers Polaris, TCS, Zimmer Biomet,
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What are the defining traits of an object-oriented language?
What is functions syntax in c++?