Let’s have a look at C Program to Find the Largest of two numbers. Read more
Author Archives: Invent&pro
Zero Duplicates
Write a program that will read in a list of numbers and will then print out the same list except for numbers that have already been printed will be printed as a zero instead. Read more
C Program to find two given strings are anagram or not
Write a program to find whether the 2 given strings are anagrams or not. Read more
SMS Language In C
In this tutorial, we will learn how to convert plain English text message into SMS Language In C Programming language. Read more
ENCODING program In C Programming Language
Encoding in C Programming Language. We are going to implement a C program based on an interesting table with some rules. I will advise you to first try to solve it with yourself and if you need any help then check out the code mention at the end of the post. read more
Cipher-decipher Program in C
cryptography, ciphertext refers to a message encoded with a particular key. Plaintext refers to the original, unencoded text. In this problem, both the ciphertext and the key are simply strings of upper-case characters. Read more
Variables in C programming language
2 arrays are said to be compatible if they are of the same size and if the ith element in the first array is greater than or equal to the ith element in the second array for all i. Read more
Indian Railway – Seating arrangement for Sleeper Class
Write a program to determine the type of berth when the seat/berth number in the train is given. Read more
Mario like music in C program
This C Program is to write a code that creates Music like Mario(Once upon the time it was the famous game). Read more
C Program of Sum of Digits in a given Integer
C Program of Sum of Digits in a given Integer. Read more