- Leap Year Or Not
- Least Common Multiple Determination (LCM)
- Greatest Common Divisor Determination (GCD)
- Decimal to Binary
- Factorial Number Using Recursion
- Factorial Number
- Check Palindrome Word
- Check Prime Number, Using Function
- Make a pattern Like this Picture Below, Using C
- Fibonacci Number
- Making Pyramid in C language
Subscribe to:
Posts (Atom)
Popular Posts
-
#include<stdio.h> //__Author__MAS__ int main() { while(1==1) { int n, num, rev, dig, nth, count = 0, m; ...
-
পৃথিবী কাঁপানো সেরা ১২ জন প্রোগ্রামার নিয়ে আমাদের আজকের আলোচনা যারা কোড লিখেন না শুধু , কোড তৈরী ও করেন। এই ১২ জন বর্তমান প্রোগ্রামিং এর জ...
-
// Written bu MA Saleh #include<stdio.h> int main() { int row, col, i, j, k, repeat; while(1==1) { pri...
-
//Written by MA Saleh #include<stdio.h> int main() { int i, j, n = 0, k, row; printf("Enter the number of rows...
-
// Written by MA Saleh #include<stdio.h> int main() { int a, b, x; printf("Enter two number for...
All Posts
- Leap Year or Not
- Least Common Multiple Determination (LCM)
- Greatest Common Divisor Determination (GCD)
- Decimal To Binary Conversion
- Factorial Number Using Recursion
- Factorial Number
- Check Palindrome word
- Check Prime Number Using Function
- Make a pattern like this picture below, using C
- Fibonacci Number
- Making Pyramid in C language
Pages
MA Saleh. Powered by Blogger.
About Me
Notice Board
From January 2015 we start Professional Python course.
We think everybody stay with us.
For more update tune with codesvalley
and keep eye in our fb link Codesvalley
Regards,
Codesvalley
Codesvalley
Follow us on facebook
Featured Posts
Contact Form
Contact Us
Flickr Images
Blogger templates
Blogger news
Popular Posts
-
#include<stdio.h> //__Author__MAS__ int main() { while(1==1) { int n, num, rev, dig, nth, count = 0, m; ...
-
//Written by MA Saleh #include<stdio.h> int main() { int i, n; long long int factorial = 1; printf("Given a...
-
// Written by MA Saleh #include<stdio.h> int main() { int a, b, x; printf("Enter two number for...
-
সাধারনত কোডে ৩ ধরনের এরর দেখা যায়ঃ ১) Compilation Error. ২) Run-time Error. ৩) Wrong Answer/ Logical Error. 1) Compilation Error: প্রত্যেক ...
-
//Written by MA Saleh #include<stdio.h> int main() { int i, j, n = 0, k, row; printf("Enter the number of rows...
-
// making pyramid u just enter the number of rows and get a pyramid like u entered the row number as output #include<stdio.h> i...
-
// Written by MA Saleh #include<stdio.h> // This is a function for Factorial Number long long find_factorial(int n) { ...
-
//Written by MA Saleh //Check your word is polindrome? #include<stdio.h> #include<string.h> int main() { i...
-
স্বপ্ন কি গুগল এ ক্যারিয়ার গড়া? আপনার স্বপ্নের পথে পা বাড়াতে এখনি জেনে নিন কি করতে হবে? লেখাটা আপনার জন্যই --এম,এ,এস প্রতি বছর গু...
-
// Written bu MA Saleh #include<stdio.h> int main() { int row, col, i, j, k, repeat; while(1==1) { pri...
Author
0 comments:
Post a Comment