Outputs are wrong
Many of the outputs are wrong calculated: #include <stdio.h> int main() { int a = 9, b = 5; int result = a + 5 * b; printf("result = %d\n", result); return 0; } Output is 34 instead of 24 like it’s written in the app
Ja, Learn C Language ist komplett kostenlos und enthält keine In-App-Käufe oder Abonnements.
Nicht genügend Bewertungen, um eine zuverlässige Einschätzung vorzunehmen. Die App benötigt mehr Nutzerfeedback.
Learn C Language ist kostenlos.
Um geschätzte Einnahmen der Learn C Language-App und weitere AppStore-Einblicke zu erhalten, können Sie sich bei der AppTail Mobile Analytics Platform anmelden.
Many of the outputs are wrong calculated: #include <stdio.h> int main() { int a = 9, b = 5; int result = a + 5 * b; printf("result = %d\n", result); return 0; } Output is 34 instead of 24 like it’s written in the app