Programming LECTURE 1
Programming LECTURE 1
What is Programming?
1
CHAPTER: 1
Points to Remember
Compiler vs Interpreter
C++Programming Language
• Overview:Cross-platform,high-performance,object-oriented.
Structure of a C++Program
• Components:
Sample Program
#include<iostream.h>
Main() {
Key Points:
2
CHAPTER: 1
• `cout`:Output stream.
• `;`:Ends statements.