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; }
☆20Updated last year
Related projects ⓘ
Alternatives and complementary repositories for swap-two-number
- ☆10Updated last year
- ☆12Updated last year
- ☆12Updated last year
- A simple Python program that calculates the factorial of a number using recursion☆16Updated last year
- ☆12Updated last year
- Config files for my GitHub profile.☆10Updated last year
- ☆11Updated last year
- ☆18Updated 3 months ago
- ☆19Updated 8 months ago
- ☆18Updated 3 months ago
- ☆17Updated 3 months ago
- ☆17Updated 3 months ago
- ☆17Updated last month
- ☆17Updated 3 months ago
- Config files for my GitHub profile.☆9Updated last year
- This contains a program for calculator using JAVA☆18Updated 6 months ago
- Config files for my GitHub profile.☆10Updated last year
- Config files for my GitHub profile.☆11Updated last year
- Config files for my GitHub profile.☆11Updated 3 months ago
- Config files for my GitHub profile.☆26Updated last year
- ☆25Updated 5 months ago
- ☆11Updated last month
- ☆11Updated last month
- Finding an element in an array☆15Updated 3 months ago
- ☆18Updated 3 months ago
- intern tasks☆11Updated 5 months ago
- easy learning☆11Updated 5 months ago
- ☆10Updated 8 months ago
- ☆19Updated 3 months ago
- ☆19Updated 4 months ago