C++

C++ FEATURES

Features of C++ are : – -Simple -Portable -Mid-Level -Structure -Rich Library -Object Oriented -Recursion -Pointers -Compiler Based -Speed -Extensible...

Continue reading...

C++ SYNTAX

#include<iostream> using namespace std; void main() { cout<<"Learn2Done" } Explanation of above syntax: #include<iostream>: It is a header file library...

Continue reading...