Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Learn C programming variables easy! ❎
Play lesson

C tutorial for beginners ⚙️ - Learn C programming variables easy! ❎

4.0 (0)
13 learners

What you'll learn

This course includes

  • 6.5 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#coding #programming #cprogramming 00:00:00 int 00:04:06 float 00:07:35 double 00:09:26 char 00:11:34 char[] 00:14:37 bool 00:18:55 extra details // variable = A reusable container for a value. // Behaves as if it were the value it contains. // int = whole numbers (4 bytes in modern systems) // float = single-precision decimal number (4 bytes) // double = double-precision decimal number (8 bytes) // char = single character (1 byte) // char[] = array of characters (size varies) // bool = true or false (1 byte)

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere