TechnicalSeek

  • C Programming
  • C++
  • Data Structures
  • Programs
    • C Solved Programs

Swap two numbers without using third variable

April 14, 2018 by Ankit Katare Leave a Comment

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 […]

Filed Under: C Solved Programs

C Program to Convert Days Into Years, Weeks and Days

April 14, 2018 by Ankit Katare Leave a Comment

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 […]

Filed Under: C Solved Programs

C Program to Implement a TIC TAC TOE game

April 12, 2018 by Ankit Katare Leave a Comment

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 […]

Filed Under: C Solved Programs

C program swap two number using third variable

April 1, 2018 by Ankit Katare Leave a Comment

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 […]

Filed Under: C Solved Programs

C Program to find sum of all digits in number

April 1, 2018 by Ankit Katare Leave a Comment

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 […]

Filed Under: C Solved Programs

  • 1
  • 2
  • 3
  • …
  • 17
  • Next Page »

Trending Topics

  • C Program to Calculate Permutation and Combination
  • C Program to convert Fahrenheit to Celsius and Fahrenheit to Kelvin
  • How to Delete Vowels From String in C
  • How to Implement A Priority Queue in C
  • C Program to implement love calculator
  • C program to check person is eligible for voting or not

Copyright © 2017 Techchnicalseek · All rights reserved ·

  • About
  • Contact us
  • Privacy Policy
  • Disclaimer