Monday 28 January 2019

C++ Programs

  1. #include <iostream> //Not necessary , Just By convention
  2. int main()
  3. {
  4. while(true)
  5. int*x=new int;
  6. }

Introduction to mutlimedia