Sunday, July 26, 2015

Basic For Begineer of C programming learner.

Those who are interest to learn to C language, see this topic and try to understand. Here is a example of C language and bellow this here are some description of all symbols which is used this program. so, lets see -


Write a C program to add subject, multiply and divide two numbers.

Source code:
  


সম্পূর্ন পোস্ট টা পড়তে এখানে ক্লিক করুন

..........................................................................................................................................................

Now

1.      # হচ্ছে be processor
2.      Stdio একটা library যার পুরা নাম standard input output.
3.      Printf scanf হচ্ছে stdioএর আন্ডারে এক একটা library ফাংশন।
4.      Screan এ কোন massage show করতে হলে printf দিয়ে লিখতে হবে।
5.      Scanf ফাংশন দিয়ে computer instruction ফাংশন টা নেয়া হয়।
6.      #include<stdio.h> হচ্ছে একটা header ফাইল।
7.      %d হচ্ছে এক ধরনের space specifire.



No comments:

Post a Comment