Thursday 7 February 2013

c programming examples

c programming examples
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.
Tuesday, 21 February 2012 18:42

c hello world program

Written by Ashok Gharpankar
C hello world program :- code to print hello world. This program prints hello world, printf function is used to…
Tuesday, 21 February 2012 19:06

c program print integer

Written by Ashok Gharpankar
This c program first inputs an integer and then prints it. Input is done using scanf function and number is…
Thursday, 23 February 2012 18:38

c program to add two numbers

Written by Ashok Gharpankar
C program to add two numbers: This c language program perform the basic arithmetic operation of addition on two numbers…
Saturday, 25 February 2012 22:52

c program to check odd or even

Written by Ashok Gharpankar
We will determine whether a number is odd or even by using different methods all are provided with a code…
C program to perform basic arithmetic operations i.e. addition , subtraction, multiplication and division of two numbers. Numbers are assumed…
This code checks whether an input alphabet is a vowel or not. Both lower-case and upper-case are checked. C programming…
Saturday, 25 February 2012 23:22

c program to check leap year

Written by Ashok Gharpankar
c program to check leap year: c code to check leap year, year will be entered by the user. C…
Wednesday, 29 February 2012 18:27

add digits of number in c

Written by Ashok Gharpankar
C program to add digits of a number: Here we are using modulus operator(%) to extract individual digits of number…
Saturday, 03 March 2012 20:43

Factorial program in c

Written by Ashok Gharpankar
Factorial program in c: c code to find and print factorial of a number, three methods are given, first one…
Saturday, 03 March 2012 20:59

Decimal to binary conversion

Written by Ashok Gharpankar
C program to convert decimal to binary: c language code to convert an integer from decimal number system(base-10) to binary…

No comments:

Post a Comment