My issue
tfygygu
My code
//update the _ in the code
#include <stdio.h>
int main() {
___int n;
printf("%d_", n );
return 0;
}
Learning course: Logic Building in C
Problem Link: CodeChef: Practical coding for everyone
tfygygu
//update the _ in the code
#include <stdio.h>
int main() {
___int n;
printf("%d_", n );
return 0;
}
Learning course: Logic Building in C
Problem Link: CodeChef: Practical coding for everyone