You are caught up on course updates and Q&A replies.
Creating C Libraries is queued after this video.
30. Casting
This lecture shows you how to cast in C, casting allows you to convert one type to another
Get My C Programming Book
About This Lesson
This lecture shows you how to cast in C, casting allows you to convert one type to another
- Continue through the course in the order designed by the instructor.
- Use the lesson resources and Q&A when you need extra context.
- Track your progress automatically as you move through each lesson.
Thanks, how can I output the string "ABC" from the listing in the code ? int a = 0x414243...
Thanks, how can I output the string "ABC" from the listing in the code ? int a = 0x414243; char* ptr = (char*) &a;
Course Overview
It's time to finally master the C programming language. Dan, your tutor, has been developing in the C programming language for over ten years and has a lot of experience to give. In this course you will learn C programming on Windows. What makes this cours...
Daniel McCarthy
DragonZap instructor focused on practical programming, course support, and student progress.
View Teacher Profile