1+2+3+..........................+n
#include<stdio.h> int main () // sum of 1+2+.......+n series in c programming language { int n,i; int sum=0; printf(...
#include<stdio.h> int main () // sum of 1+2+.......+n series in c programming language { int n,i; int sum=0; printf(...
Most common software for programing C is TCWIN and CodeBlocks. So if you are student of Class eleven or Twelve or XI or XII Then you need...
#include <stdio.h> main () { printf("Engr. Md. Al Maraj Mollah"); printf("\nBachelor of Science in Electric...
# include <stdio.h> main () { int a,b,c; printf("Enter the First Number="); scanf("%d",&a); print...
#include <stdio.h> main () { int a; printf("Enter the Number="); scanf("%d",&a); if(a%2==0) pri...
# include <stdio.h> void main () { float a,b; printf("Enter the Value in Centigrade="); scanf("%f",...