Posts

Showing posts with the label c progarams

C Tutorial and Programs 2018

C programming language: To easily learn C language you must start making programs in it. As you may already know that to develop programs you need a text editor and a compiler to translate a source program into machine code which can be executed directly on a machine. Dev C++ IDE is a good choice, so if you are not having it installed on your computer then download Dev C++ compiler. C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. C programs list: Hello world Print Integer Addition Odd or Even Add, subtract, multiply and divide Check vowel Leap year Add digits Factorial HCF and LCM Decimal to binary conversion ncR and nPr Add n numbers Swapping Reverse number Palindrome number Print Pattern Diamond Prime numbers Find armstrong number Generate armstrong number Fibonacci series