Intercambio de programación
#Incluir "stdio.h"
int main (){
int a, b, c, temp
Printf("Ingrese tres números enteros: \ n ");
scanf("%d%d%d ",&一,&b&c);
Printf("La entrada es %d, %d,%d \n ",a,b,c);
temp = a;
a = b;
b = c;
c = temperatura;
Printf ("%d, %d, %d \n "después del intercambio, a, b, c
Devuelve 0;
);}