My issue
output?
My code
#include <stdio.h>
int main() {
printf("%d",3 + 4);
printf("%d",2 + 1);
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone
output?
#include <stdio.h>
int main() {
printf("%d",3 + 4);
printf("%d",2 + 1);
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone