answersLogoWhite

0


Best Answer

Swapping has nothing to do with programming languages.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the meaning of swapping in c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

C program to swap three variables?

#include<stdio.h> #include<conio.h> void main() { int a=2,b=3; swap(a,b); printf("%d%d",a,b); getch() } swap(int *x,int *y) { int t; t=*x; *x=*y; *y=t; printf("%d%d",x,y); }


Reverse input elements in c plus plus?

Refer to the first and last elements by index, and work towards the middle until the indices meet or pass each other, swapping the element values as you go.


In c 431-400 BC what does c mean?

I believe the 'c' means circa, meaning that this date is an estimate and not exact.


IN cobol programming language what is the meaning of add AB giving C?

Let c = a+b


What is meaning of f in printf in c language?

formatted

Related questions

A program in c for swapping?

This is not a question.


What is the meaning of 'swapping' in computer architecture?

Swapping means to swap the values of two addresses in main memory.


What is swap in c?

swapping is nothing but interchanging the values of a given character for example : if a=5 , b=4 before swapping then it becomes a=4,b=5 after swapping


A program to swap values using pass by value?

#include<conio.h> main() { int a,b; scanf("%d%d",&a,&b); printf("Before swapping A= %d B=%d",a,b); swap(a,b); getch(); } void swap(int a,int b) { int c; c=a; a=b; b=c; printf("After swapping A= %d B=%d",a,b); }


What do you mean by swapping in c language?

i presume by c language you mean catholic language, which is english. therefore, the definition of swapping is to trade something for something else. this usually involves goods such as eggs or bicycles. e.g. my friend billy gave me a knife and i gave billy two spoons, therefore i "swapped" his knife for 2 spoons hope this helps! :-)


C program to swapping two numbers using call by value method?

You have to pass the address of the variables.void swap (int *pa, int *pb){...}


What is meant by swapping of variables?

It means that you swap the values of that variables EX: -==- before swapping :- Variable1 = 5; variable2 = 10; after swapping :- Variable1 = 10; variable2 = 5;


C program to swap three variables?

#include<stdio.h> #include<conio.h> void main() { int a=2,b=3; swap(a,b); printf("%d%d",a,b); getch() } swap(int *x,int *y) { int t; t=*x; *x=*y; *y=t; printf("%d%d",x,y); }


What is the meaning of s-l-v-c?

What is the meaning of s-lv-c


Is there wife swapping in china?

yes I'm sure there is wife swapping in china as theres file swapping at rapidbyte.org so why not step it up a gear and share your wife in china!


What is the meaning of C F C's?

Chlorofluorocarbon


How do people trade?

People trade by swapping good for goods (barter) or swapping money for a good or service.