User profile: SI 20

This account has limited functionality.
This was likely due to the user being reported by not following some specific rules for a service in this website.
If you believe this to be an error, please use our Contact form
User info
User name:SI 20
History
Joined:
Number of posts:6
Latest posts:

S6
//1 // #include<stdio.h> int main(){ char x, y; for (x = 'A'; x <= 'Z'; x++) {...

S7
//1// #include <stdio.h> int main() { int N, i, even_number_counter = 0, odd_number_counter...

S8
//1// #include <stdio.h> #include <string.h> int main() { char sir_de_caractere[100]; ...

S9
//1 // #include <stdio.h> float readTempCelsius(float x) { printf("Introduceti temperatura ...

S10
//1 // #include <stdio.h> int f(unsigned int n) { if (n == 0) { return 0; } ...