You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
363 B

---
language: "C"
library: "Standard"
layout: emacspeak_tutorial
title: "User Input and Variables in C"
zip_link: "/assets/emacspeak-tutorials/variables.zip"
yt_link: "https://youtu.be/4X00NFQjwmE"
---
How do you interact with a user in C?
Check out my emacspeak tutorial on how to get user input of numbers (like ages) and strings (like names and addresses).