• Twitter
  • RSS
  • Facebook

CoDeSvAlLeY | Learning Programming in easiest way

An ideal programming center

  • Home
  • C
  • Python
  • Article
  • Starting Guide
  • Contact Us

C

  • 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

0 comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Popular Posts

  • Find Nth Palindrome Number
    #include<stdio.h> //__Author__MAS__ int main() {     while(1==1)     {         int n, num, rev, dig, nth, count = 0, m;      ...
  • "পৃথিবীর সেরা ১২ জন জীবন্ত প্রোগ্রামার " পর্ব - ১
    পৃথিবী কাঁপানো সেরা ১২ জন প্রোগ্রামার নিয়ে আমাদের আজকের আলোচনা যারা কোড লিখেন না শুধু , কোড তৈরী ও করেন। এই ১২ জন বর্তমান প্রোগ্রামিং এর  জ...
  • Matrix Addition
    // Written bu MA Saleh #include<stdio.h> int main() {     int row, col, i, j, k, repeat;     while(1==1)     {         pri...
  • Make a pattern like this picture below, using C
    //Written by MA Saleh #include<stdio.h> int main() {     int i, j, n = 0, k, row;     printf("Enter the number of rows...
  • "প্রোগ্রামিং কন্টেস্ট এ কিছু সধারন ভুল এবং এর প্রতিকার"
    সাধারনত কোডে ৩ ধরনের এরর দেখা যায়ঃ ১) Compilation Error. ২) Run-time Error. ৩) Wrong Answer/ Logical Error. 1) Compilation Error: প্রত্যেক ...

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

  • Home
  • C
  • Python
  • Article
  • Contact Us
MA Saleh. Powered by Blogger.

About Me

ICT Lab
View my complete profile

Download

Codeblocks For Windows

Code Blocks For Linux

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

Follow us on facebook

Featured Posts

  • Factorial Number
  • Find Nth Palindrome Number
  • Check Palindrome word
  • Find Maximum and Minimum Value From an Array
  • Make a pattern like this picture below, using C
  • Leap Year or Not
  • About CoDeSvAlLeY
  • Matrix Addition
  • Decimal To Binary Conversion
  • Greatest Common Divisor Determination (GCD)

Contact Form

Name

Email *

Message *

Contact Us

Facebook

Flickr Images

Blogger templates

Blogger news

  • Home
  • Home

Popular Posts

  • Factorial Number
    //Written by MA Saleh #include<stdio.h> int main() {     int i, n;     long long int factorial = 1;     printf("Given  a...
  • Find Nth Palindrome Number
    #include<stdio.h> //__Author__MAS__ int main() {     while(1==1)     {         int n, num, rev, dig, nth, count = 0, m;      ...
  • Check Palindrome word
    //Written by MA Saleh //Check your word is polindrome? #include<stdio.h> #include<string.h> int main() {     i...
  • Find Maximum and Minimum Value From an Array
    //Written by MA Saleh #include <stdio.h> int main() {     int ara[10], i, j;     printf("Enter 10 different number'...
  • Make a pattern like this picture below, using C
    //Written by MA Saleh #include<stdio.h> int main() {     int i, j, n = 0, k, row;     printf("Enter the number of rows...
  • Leap Year or Not
    // Written by MA Saleh #include <stdio.h> int main() {     int year;     while(year!=0)     {         printf("Enter ...
  • About CoDeSvAlLeY
    CoDeSvAlLeY  is an Ideal programming center.Where we don't teach anything just together we learn everything.This is the only aim of  Co...
  • Matrix Addition
    // Written bu MA Saleh #include<stdio.h> int main() {     int row, col, i, j, k, repeat;     while(1==1)     {         pri...
  • Decimal To Binary Conversion
    // Written by MA Saleh #include<stdio.h> int main() {     int binary[30];     int decimal_no, i = 0, j;     printf("En...
  • Greatest Common Divisor Determination (GCD)
    // Written by MA Saleh #include<stdio.h> int main() {     int a, b, t;     printf("Enter Two Number for find GCD: "); ...
Author

Translate

Blog Archive

About

Important Links

  • Computer Programming Book By Tamim Shahriar Subeen

Copyright © CoDeSvAlLeY | Learning Programming in easiest way | Powered by Blogger
Design by WP Lift | Blogger Template by NewBloggerThemes.com