My issue
My code
#include <stdio.h>
int main() {
printf("%d",13);
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone
#include <stdio.h>
int main() {
printf("%d",13);
return 0;
}
Learning course: Learn C
Problem Link: CodeChef: Practical coding for everyone
@klu_2200033139
Its very first question to make u understand the basic syntax of c language just look and understand it carefully and then submit it u see the output of the code and move next.