What will be the output of the following code snippet? #include int main() { int a = 3, b = 5; int t = a; a = b; b - t; printf("%d %d", a, b); return e;

Algebra & Trigonometry with Analytic Geometry
13th Edition
ISBN:9781133382119
Author:Swokowski
Publisher:Swokowski
Chapter10: Sequences, Series, And Probability
Section10.2: Arithmetic Sequences
Problem 52E
icon
Related questions
Question
What will be the output of the following code snippet?
#include <stdio.h>
int main() {
int a =
3, ь - 5;
int t = a;
a = b;
b = t;
printf("%d %d", a, b);
return e;
Transcribed Image Text:What will be the output of the following code snippet? #include <stdio.h> int main() { int a = 3, ь - 5; int t = a; a = b; b = t; printf("%d %d", a, b); return e;
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer