Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Travail Avec les Variables | Types de Données et Variables
Bases Du C

bookTravail Avec les Variables

main.c

main.c

copy
1234567891011
#include <stdio.h> int main() { // Store distance using an integer int distance = 12; // Store direction using a character char direction = 'R'; return 0; }
Note
Remarque
question mark

Select the correct answer

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 2

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Awesome!

Completion rate improved to 2.63

bookTravail Avec les Variables

Glissez pour afficher le menu

main.c

main.c

copy
1234567891011
#include <stdio.h> int main() { // Store distance using an integer int distance = 12; // Store direction using a character char direction = 'R'; return 0; }
Note
Remarque
question mark

Select the correct answer

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 2. Chapitre 2
some-alt