Topics
Number Systems
Program Analysis
Introduction to C+ +
- Introduction to C++
- Character Sets
- Standard I/O Strems in C++
- Type Modifiers
- C++ Data Types
- Variables in C++
- Constants
- Compiler Tokens
- Operators in C++
- Comments in C++
- Scope and Visibility
- Control Statements
- Functions in C++
- Default Arguments
- Techniques used to pass Variables into C++ Functions
- Function Overloading
- Inline Functions
- Recursion
- Pointers in C++
- Arrays in Data Structure
- References
- Type Conversion in Expressions
Visual Basic
Introduction to Networking and Internet
- Introduction to Networking Technology
- Networking Terms and Concepts
- Concept of Computer Network
- Network Security
- Network Applications
Maharashtra State Board: Class 11
Character Set
A Character is an alphabet, digit, or special symbol It is used to represent informations The collection of all such characters is called character set and every language has its own character set valid alphabets, numbers, and special symbols allowed in C++
| Alphabets | A, B, C, D, ..., Z a, b, c, d, ......, z |
| Digits | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 |
| Special symbols | ~ ' ! @ # % ^ & * () _ - + | \ {} [] :; "<>, .? / |
