C++ Language

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 »