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
- Config files for my GitHub profile.☆16Updated 3 months ago
- ☆16Updated last month
- ☆17Updated 5 months ago
- ☆16Updated 9 months ago
- ☆21Updated last year
- ☆19Updated last year
- ☆16Updated 6 months ago
- ☆17Updated 9 months ago
- ☆17Updated last year
- ☆15Updated 6 months ago
- ☆17Updated 9 months ago
- ☆17Updated 5 months ago
- ☆15Updated 9 months ago
- ☆11Updated 3 months ago
- A simple Python program that calculates the factorial of a number using recursion☆16Updated last year
- ☆12Updated last year
- ☆34Updated 3 months ago
- ☆30Updated 3 months ago
- Config files for my GitHub profile.☆10Updated last year
- Config files for my GitHub profile.☆12Updated last year
- ☆13Updated last year
- ☆19Updated last year
- Config files for my GitHub profile.☆13Updated 7 months ago
- ☆19Updated 6 months ago
- ☆19Updated 6 months ago
- ☆19Updated 6 months ago
- ☆18Updated 6 months ago
- ☆18Updated 6 months ago
- Config files for my GitHub profile.☆32Updated 3 months ago
- ☆18Updated 5 months ago