What Is a Data Type? A data type tells the compiler: The type of data a variable will store The size of memory required The range of values the variable can hold Basic Data Types : 🔹 int Used to store whole numbers int number = 10; printf("%...
programming-by-problem-solving-using-c.hashnode.dev1 min read
No responses yet.