http://www.fixbug.in/tutorials/itemlist/category/18-c-programming-examples
c programming examples
c programming examples (16)
C programming examples :- These programs illustrate various programming elements, concepts such as using operators, loops, functions, single and double dimensional arrays, performing operations on strings, files, pointers etc.
C hello world program :- code to print hello world. This program prints hello world, printf function is used to…
Published in
c programming examples
This c program first inputs an integer and then prints it. Input is done using scanf function and number is…
Published in
c programming examples
C program to add two numbers: This c language program perform the basic arithmetic operation of addition on two numbers…
Published in
c programming examples
We will determine whether a number is odd or even by using different methods all are provided with a code…
Published in
c programming examples
Saturday, 25 February 2012 22:59
C program to perform addition, subtraction, multiplication and division
Written by Ashok Gharpankar
C program to perform basic arithmetic operations i.e. addition ,
subtraction, multiplication and division of two numbers. Numbers are
assumed…
Published in
c programming examples
Saturday, 25 February 2012 23:13
c program to check whether input alphabet is a vowel or not
Written by Ashok Gharpankar
This code checks whether an input alphabet is a vowel or not. Both lower-case and upper-case are checked. C programming…
Published in
c programming examples
c program to check leap year: c code to check leap year, year will be entered by the user. C…
Published in
c programming examples
C program to add digits of a number: Here we are using modulus operator(%) to extract individual digits of number…
Published in
c programming examples
Factorial program in c: c code to find and print factorial of a number, three methods are given, first one…
Published in
c programming examples
C program to convert decimal to binary: c language code to convert
an integer from decimal number system(base-10) to binary…
Published in
c programming examples
No comments:
Post a Comment