BookPage

C প্রোগ্রামিং এর Char Data Type সম্পর্কে আলোচনা

An object of the char data type represents a single character of the character set used by your computer. For example, A is a character, and so is a. But 7 is a number.
BookPage

C প্রোগ্রামিংয়ের বিভিন্ন Keywords

The C language reserves certain words that have special meanings to the language. Those reserved words are sometimes called C keywords. You should not use the C keywords as variable, constant, or function names in your program. The following are the 32 reserved C keywords:
Nitric Acid Preparation

নাইট্রিক অ্যাসিড ও নাইট্রিক অ্যাসিড প্রস্তুতি

মধ্য যুগের অ্যালকেমিস্টরা সোরা, হিরকস, এবং ফটকিরিকে মিশিয়ে সেই মিশ্রণকে পাতিত করে নাইট্রিক অ্যাসিড প্রস্তুত করেন । সোনা ও প্লাটিনামের মতো কয়েকটি ধাতু ছাড়া বেশির ভাগ ধাতু এবং অধাতু এই অ্যাসিডে দ্রবীভূত হয় বলে তাঁরা এই অ্যাসিডকে অ্যাকোয়া ফর্টিস ...
BookPage

Question and Answer

Question And Answer

BookPage

Question and Answer

Question and Answer

BookPage

Comments in C Programming

Comments
Now let's take a close look at the C program in Listing 2.1.

The first line contains a comment:

BookPage

The main() Function, return statement in C Programming

The main() Function
In line 4 of Listing 2.1, you see this function:

BookPage

#include Directive and Header Files in C Programming

The #include Directive
Let's now move to line 2 in the C program of Listing 2.1:

BookPage

Compiling and Linking C Programs

Compiling and Linking

BookPage

Debugging C Program

Debugging Your Program

BookPage

Question and Answer

Questions and Answers

BookPage

Question and Answer

Questions and Answers on Chapter 01 : “How To Start C programming”. Some Questions and their answers are given bellow for better understanding of Chapter 01 : How To Start C programming . If any body ask any question please write in comment page or forum.