CS201 Short Notes
CS201 Short Notes
1. What is Programming?
Programming is the process of writing instructions (code) for a computer to perform specific tasks.
2. Programming Languages:
#include <iostream>
int main() {
// code
return 0;
5. Input/Output in C++:
6. Conditional Statements:
7. Loops:
8. Functions:
9. Arrays: