Madhan7708 / swap-two-number
#include<stdio.h> int main() { double first, second, temp; printf("Enter first number: "); scanf("%lf", &first); printf("Enter second number: "); scanf("%lf", &second); printf("\nAfter swapping, first number = %.2lf\n", first); printf("After swapping, second number = %.2lf", second); return 0; }
☆18Updated last year
Related projects ⓘ
Alternatives and complementary repositories for swap-two-number
- A simple Python program that calculates the factorial of a number using recursion☆16Updated last year
- ☆19Updated 8 months ago
- Config files for my GitHub profile.☆10Updated last year
- ☆12Updated last year
- ☆12Updated last year
- Config files for my GitHub profile.☆26Updated last year
- ☆14Updated last year
- Config files for my GitHub profile.☆14Updated 8 months ago
- This contains a program for calculator using JAVA☆18Updated 6 months ago
- Config files for my GitHub profile.☆9Updated last year
- easy learning☆11Updated 4 months ago
- ☆10Updated 8 months ago
- intern tasks☆11Updated 5 months ago
- ☆18Updated 8 months ago
- Config files for my GitHub profile.☆11Updated 3 months ago
- Config files for my GitHub profile.☆28Updated 11 months ago
- Color generator using JS!☆14Updated 4 months ago
- easy learning☆11Updated 4 months ago
- To write a shell program to demonstrate fork, exec, getpid system calls and perform the basic operation using IO System calls Open, Read,…☆21Updated 8 months ago
- ☆11Updated last year
- SHELL PROGRAMS USING LOOPS AND CONTROL STRUCTURES.☆21Updated 8 months ago
- Config files for my GitHub profile.☆13Updated 6 months ago
- Implementation of Collection interfaces at java programming☆18Updated 10 months ago
- To Write a C program to simulate Bankers algorithm.☆20Updated 2 months ago
- Config files for my GitHub profile.☆11Updated last year
- Resume☆15Updated this week
- Queue Implementation☆23Updated 2 months ago
- ☆12Updated 4 months ago
- Python Project☆14Updated 8 months ago
- Python☆22Updated 10 months ago