Programing Languages

Factorial of a Number Program in C, C++, Java & Python

This Post explains the concept of factorial numbers and to find the factorial of the number Programming languages are used. In this post, four programming languages (C, C++, Java & Python) are used to find the factorial of a number. What is Factorial ? The multiplication of all positive integers less than or equal to […]

Factorial of a Number Program in C, C++, Java & Python Read More »

C Programs with Solutions

In this post, basic C Programs with Solutions are described along with the description of code used in the program. It also explains the common terms used to write a program in the C language. Some common terms are: #include:It is a preprocessor directive that tells the preprocessor to include header files in the program.

C Programs with Solutions Read More »

Palindrome Program in C++

This post describes the concept of the palindrome program in c++ using the coding for palindrome numbers. It also explains what is a palindrome and its logic for programming. What is Palindrome? Those words and number that are same from backward or forward when read is called palindrome number. For Examples: (numbers: 121,1221,4334,676 ),(word: madam,

Palindrome Program in C++ Read More »

What are the Various Types of Programming Languages

This post describes the different types of Programming language specifying what are there definition, examples and there syntax in which these languages are to be written. What is the Programming Languages ? It is the formal language comprising of the set of commands, instructions & other syntax used to perform work on the machine(computer). Different

What are the Various Types of Programming Languages Read More »

Comparison Between C & C++

This post describes the comparison between C and C++. While doing the comparison between C and C++ we’ll see the differences between C and C++ syntax and similarities between the two languages. This post also describes the basic introduction of the two languages and their real-world applications. Introduction “Dennis M Richie” developed a procedural language

Comparison Between C & C++ Read More »