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