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.
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:
নাইট্রিক অ্যাসিড ও নাইট্রিক অ্যাসিড প্রস্তুতি
মধ্য যুগের অ্যালকেমিস্টরা সোরা, হিরকস, এবং ফটকিরিকে মিশিয়ে সেই মিশ্রণকে পাতিত করে নাইট্রিক অ্যাসিড প্রস্তুত করেন । সোনা ও প্লাটিনামের মতো কয়েকটি ধাতু ছাড়া বেশির ভাগ ধাতু এবং অধাতু এই অ্যাসিডে দ্রবীভূত হয় বলে তাঁরা এই অ্যাসিডকে অ্যাকোয়া ফর্টিস ...
Question and Answer
Question And Answer
Question and Answer
Question and Answer
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:
The main() Function, return statement in C Programming
The main() Function
In line 4 of Listing 2.1, you see this function:
The exit() Function in C Programming
The exit() Function
The void Data Type in C Programming
The void Data Type
#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:
Compiling and Linking C Programs
Compiling and Linking
Debugging C Program
Debugging Your Program
C প্রোগ্রামিং ল্যাঙ্গুয়েজ এবং ANSI Standard সম্পর্কে ধারণা
C and the ANSI Standard
Computer এ C প্রোগ্রামিং কিভাবে করবেন?
Setting Up Your System
Question and Answer
Questions and Answers
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.