CLASS 9 - Playing with Data Modifiers and Math Functions
CLASS 9 - Playing with Data Modifiers and Math Functions
CLASS 7 - Doing the Same Thing Over and Over
CLASS 6: Manipulating Data with Operators
You can think of operators as verbs in C that let you manipulate data. In fact, you’ve learned some operators, such as + (addition), - (subtraction), * (multiplication), / (division), and % (remainder), in Hour 3, “The Essentials of C Programs.” The C language has a rich set of operators. In this hour, you’ll learn about more operators, such as
Arithmetic assignment operators
Unary minus operators
Increment and decrement operators
ক্লাস 4: C ল্যাঙ্গুয়েজ এর ডেটা টাইপ এবং নেম
CLASS 4: Data Types and Names in C
You learned how to make a valid name for a C function in Hour 3, “The Essentials of C Programs.” Now, you’re going to learn more about naming a variable and the C keywords reserved by the C compiler in this hour.
ক্লাস 3: C Programs এর প্রয়োজনীয় উপকরন
CLASS 3: The Essentials of C Programs
In Class 2, “Writing Your First C Program,” you saw and wrote some simple C programs. You also learned about the basic structure of a C program. You know that a program written in C has to be compiled before it can be executed. In this lesson you’ll learn more essentials within a C program, such as
ক্লাস 2 : প্রথম C প্রোগ্রাম টি লিখতে শেখা
CLASS 2: Writing Your First C Program
In Hour 1, “Getting Started,” you learned that C is a high-level programming language and that you need a C compiler to translate your C programs into binary code that your computer can understand and execute. In this lesson you’ll learn to write your first C program and the basics of a C program, such as
CLASS 1: Getting Started
In this first lesson you’ll learn the following:
Learn C programming in Bengali Language
No previous programming experience is required for you to learn the C language from this book, although some knowledge of computers helps.
Learn Javascript in Bengali Language