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; }
☆26Updated last year
Alternatives and similar repositories for swap-two-number:
Users that are interested in swap-two-number are comparing it to the libraries listed below
- ☆17Updated 3 months ago
- ☆16Updated this week
- Config files for my GitHub profile.☆16Updated 2 months ago
- ☆21Updated last year
- ☆19Updated last year
- ☆16Updated 8 months ago
- ☆16Updated 5 months ago
- ☆15Updated 5 months ago
- ☆17Updated 4 months ago
- ☆17Updated 8 months ago
- ☆17Updated last year
- ☆17Updated 8 months ago
- ☆15Updated 8 months ago
- ☆11Updated 2 months ago
- ☆12Updated last year
- A simple Python program that calculates the factorial of a number using recursion☆16Updated last year
- Config files for my GitHub profile.☆10Updated last year
- ☆30Updated 2 months ago
- ☆34Updated 2 months ago
- Config files for my GitHub profile.☆12Updated last year
- ☆13Updated last year
- ☆19Updated 11 months ago
- Config files for my GitHub profile.☆32Updated 2 months ago
- ☆19Updated 5 months ago
- ☆19Updated 5 months ago
- ☆18Updated 5 months ago
- ☆18Updated 5 months ago
- ☆18Updated 4 months ago
- Config files for my GitHub profile.☆26Updated 2 months ago
- ☆19Updated 5 months ago