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
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
0
Answer:
34
45
79
error
none of the above
Explanation:
error
Similar questions