Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Home/Questions/Q 4113
Answered
Pavanagg
  • 1
Pavanagg
Asked: January 20, 20232023-01-20T18:28:00+05:30 2023-01-20T18:28:00+05:30In: Programming Language

What is the C program to swap two numbers without using third variable?

  • 1

What is the C program to swap two numbers without using third variable?

Example: x=10 y=40

c languageswapping of two numbers
  • 2 2 Answers
  • 415 Views
  • 0 Followers
  • 0
Answer
Share
  • Facebook

    Related Questions

    • functions can return enumeration constants in c true or false
    • Set of instructions to be provided to an electronic machine to perform a task is called
    • Which of the following is NOT a container adapter?
    • Which of the following is a user-defined data type in c language?
    • Create a student class object array of size four having ...
    • Create a class called 'Matrix' containing a constructor that initializes ...
    • Design video rental system for five new movies in Java.

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. Best Answer
      ADMIN 2
      2021-11-13T02:09:45+05:30Added an answer on November 13, 2021 at 2:09 am
      This answer was edited.
      #include<stdio.h>

      int main() { int x=10,y=40; printf("Before swap \nx=%d y=%d",x,y); x=x+y; y=x-y; x=x-y; printf("After swap \nx=%d and y=%d",x,y); return 0; }

       

      • 1
      • Reply
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Professor
      2021-11-13T12:46:37+05:30Added an answer on November 13, 2021 at 12:46 pm

      HAVE A LOOK AT ATTACHMENT FOR AN ANSWER:

      Attachment

      • 1
      • Reply
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. ADMIN 2
      2023-01-20T18:43:16+05:30Added an answer on January 20, 2023 at 6:43 pm

      Algorithm to the C program to swap two numbers without using third variable:

       

      1. Start

      2. Declare two integer variables x and y and initialize them with the values 10 and 40 respectively.

      3. Print the values of x and y before swapping using the printf statement

      4. Add the value of x to y and store it in x.

      5. Subtract the original value of y from the new value of x and store it in y

      6. Subtract the new value of y from the new value of x and store it in x

      7. Print the new values of x and y after swapping using the printf statement

      8. End

      • 0
      • Reply
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Forgot Password?

    Need An Account, Sign Up Here

    Sidebar

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 139
    • Best Answers 65
    • NPTEL Programming in Java Week 2 Assignment Answers 2023
    • (Solution Revealed) NPTEL Ethical Hacking Week 2 Assignment 2023
    • Probability and Statistics NPTEL Assignment answers – Week 1
    • NPTEL Joy of Computing Using Python Week 2 Assignment Answers 2023
    • NPTEL Problem Solving Through Programming In C Assignment 2 Answers 2023

    Popular Questions

    • I'M ADMIN

      Internshala ethical hacking final test answers: Question sequence differs but ...

      • 6 Answers
    • AK

      You have a green lottery ticket, with ints a, b, ...

      • 4 Answers
    • mj

      Solve by Gauss Elimination Method 5x+y+z+w=4 ,x+7y+z+w=12 , x+y+6z+w=-5, x+y+z+4w=-6

      • 3 Answers

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow

    © 2021-2022 Sikshapath. All Rights Reserved

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.