Module 1 Section 3 PPT v4 Part 1
Module 1 Section 3 PPT v4 Part 1
Module 1 Section 3 PPT v4 Part 1
Presented by:
Dr. Vinod Jain
Assistant Professor
Dept. Of CE&A
Syllabus
• 3.1 What is C++
• 3.2 A Simple C++ Program
• 3.3 Structure of C++ Program
• 3.4 Dynamic Initialization of Variables
• 3.5 Reference Variables
• 3.6 Scope Resolution Operators
• 3.7 Manipulators
total=total+5;
cout<<"\n Sum = "<<sum;
return 0;
}
Reference
https://www.geeksforgeeks.org/scope-resolution-operator-in-c/