In this tutorial, we are going to learn new program which is a simple program and most commonly used in exams or in interviews that is Swap two numbers without using third variable. Implementation of this program is very simple. What is swapping: Swapping two number means replacing the numbers. How to swap two numbers […]
C Program to Convert Days Into Years, Weeks and Days
In this tutorial, we learn new program which is to Convert Days Into Years, Weeks and Days. This is a very simple program to implement. Technic to used to implement this 1. To calculate year in given days ( nodays ) As we know 1 year has 365 days so dividing total days by 365 […]
C Program to Implement a TIC TAC TOE game
Tic Tac Toe Program in C In this tutorial, we are going to learn the famous game which everyone usually enjoys to play Tic Tac Toe Program in C. This program generally not asked in an interview or exam it is only for entertainment purpose. What is tic tac toe game? Tic tac toe is […]
C program swap two number using third variable
In this tutorial, we are going to learn new program which is Swapping of two numbers and most commonly used in exams or in interviews. Implementation of this program is very simple. What is swapping: Swapping of two numbers means replacing the numbers. How to swap two numbers using the third variable? For swapping number […]
C Program to find sum of all digits in number
In this tutorial, we are going to implement a new program which is to calculate the sum of all digits in number. What actually need to do? First, we have a number given any number of digits in it. We need to add every digit present in number. How to sum of all digits in […]
- 1
- 2
- 3
- …
- 17
- Next Page »