KwickClips C · 41 sec · free
What must come before using a variable in C?
Short answer. Declaring it: type, then name.
Does #define need a semicolon?
No, and no equals sign either.
Remember
| Type, name, then value |
| #define: no = and no ; |
In C, you cannot use a variable before declaring it. Write the type, then the name. R holds runs, forty five. PASS is a constant, thirty three. So it prints twelve. Type, name, then value. Hash define needs no equals and no semicolon.
This clip is from the full lesson: C Tokens, Data Types, Variables and Constants — 8 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: GSEB Std 10 Computer Studies, Programming All levels C, Programming All levels C, Programming All levels C
More KwickClips from this lesson
Is roll no a valid name?43 sec
Why do some books say int is 2 bytes?44 sec
What happens if you assign to a const?40 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

