Learn C programming in Bengali
C প্রোগ্রামিং ল্যাঙ্গুয়েজ এবং ANSI Standard সম্পর্কে ধারণা
C and the ANSI Standard
- Read more about C প্রোগ্রামিং ল্যাঙ্গুয়েজ এবং ANSI Standard সম্পর্কে ধারণা
- Log in or register to post comments
- 264 views
Computer এ C প্রোগ্রামিং কিভাবে করবেন?
Setting Up Your System
Basically, you need a computer and a C compiler in order to compile and run your own C programs or the C programs from this book. The recommended hardware and software are listed in the following sections.
Hardware
- Read more about Computer এ C প্রোগ্রামিং কিভাবে করবেন?
- Log in or register to post comments
- 178 views
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.
Exercises : Answer the following Question
After Reading and Understanding the Chapter 01 : How To Start C programming, please give the answer of following Questions. If you able to answer these question correctly then please proceed to Write My First C Program.
Question and Answer
Questions and Answers on Chapter 03 : "The Essentials of C Programs". Some Questions and their answers are given bellow for better understanding of Chapter 03 : The Essentials of C Programs . If any body ask any question please write in comment page or forum.
C প্রোগ্রাম Function এর ভিতরের অংশের আলোচনা
The Function Body
The function body in a function is the place that contains variable declarations and C statements. The task of a function is accomplished by executing the statements inside the function body one at a time.
- Read more about C প্রোগ্রাম Function এর ভিতরের অংশের আলোচনা
- Log in or register to post comments
- 65 views
C প্রোগ্রামের Function Argument সম্পর্কে আলোচনা
Arguments to C Functions
- Read more about C প্রোগ্রামের Function Argument সম্পর্কে আলোচনা
- Log in or register to post comments
- 67 views