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 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