Computer Science, asked by chimmirisravya09, 8 months ago

2. Find the Output
Guess the output if input is 3+4 4+5
#include <stdio.h>
int main()
{
int ab;
scanf("%d %d",&a,&b);
printf("%d %d", a,b);
return 0;
}​

Answers

Answered by LydiaO
1

Answer:

YESSSSSS3+4 4+5

#include <stdio.h>

int main()

{

int ab;

scanf("%d %d",&a,&b);

printf("%d %d", a,b);

return 0;

}

Explanation:

WOWWWWW

Answered by anipeddikiranmai
0

Answer:

34

45

79

error

none of the above

Explanation:

error

Similar questions