Loops: A loop statement allows us to execute a statement or group of statements multiple times. C programming language provides the follow...
Read moreControl Statement / Decision making Statement : The decision-making statement is depending on the condition block needs to be executed ...
Read moreVariable(চলক) : প্রোগ্রামে কোন একটি নাম দিয়ে যদি তার মধ্যে data রাখা হয়,তবে ঐ নামটিকে চলক বলে। যেমন : number 1 = 10; 1 Name = "He...
Read moreটোকেন(Token) : A token is the smallest element of a program that is meaningful to the compiler. সি প্রোগ্রামিং ভাষার সবচেয়ে ক্ষুদ্রতম এককক...
Read moreপ্রোগ্রাম(PROGRAM) : কোন একটি সমস্যা সমাধানের জন্য কম্পিউটারের ভাষায়(0,1) লিখিত নির্দশের সমষ্টিকে প্রেগ্রাম বলে। প্রোগ্রামিং ভাষা(PROGRAM...
Read moreTRANSLATOR(অনুবাদক প্রোগ্রাম) : যে প্রোগ্রাম সোর্স কোড source code কে object code এ পরিণত করে,তাকে TRANSLATOR(অনুবাদক প্রোগ্রাম) বলে।...
Read moreWrite down a program to calculate the sum of following series: 1+2+3+4+——+n include<stdio.h> int main() { int i,n,sum=0; printf(“Enter...
Read more
Social Plugin