C Data Types (+3 Design Questions) | Sanfoundry

preview_player
Показать описание
In this "C Data Types" video, we will discuss in detail primitive data types, user-defined data types as well as derived / dependent data types in the C programming language. We will start with 3+ live examples on how to choose data types in your software designs, followed by their solutions along with a detailed explanation of all the 3 categories of data types in C.

00:00 - Data Types in C
01:15 - C Data Type Questions on Hard Disk, Controller, and Length
02:35 - What data type really means in memory?
06:11 - Primitive Data types in C - In-depth
14:06 - What is Void data type in C?
19:50 - Solution for C Data Type Design Question - Hard Disk
31:42 - Solution for C Data Type Design Question - Microcontroller / Microprocessor
39:15 - Solution for C Data Type Design Question - String Length
49:30 - User-Defined Data Types Explained
59:18 - Long long data type in C
01:07:15 - “Long” vs “Long Long” Data type in 32-bit System
01:09:50 - Derived / Dependent Data types in C

Advanced C Programming Training Course

1. Advanced C Programming Videos (English Playlist):

2. Advanced C Programming Videos (Hindi Playlist):

3. Advanced C Programming Tutorial Video Series:

4. C Interview Questions Video Series:

5. 1000 MCQs (Multiple Choice Questions) on C programming:

6. Ultimate C Programs Collection (with Data-Structures + Algorithms):

#AdvancedCTutorial #CTutorial #CProgramming #ManishBhojasia #Sanfoundry
Рекомендации по теме
Комментарии
Автор

Underrated channel for sure! Thanks for the straightforward explanations.

joeyscanga
Автор

This is pure gold, there is a ton of beginner-level C courses, but I couldn't find any advanced course that would explain how things work under the hood and show some real-world examples. It's also really obvious that you actually know what you are talking about and have a huge amount of experience. If there was a paid course with this content, I would definitely buy it!

jacobhovorka
Автор

This series is the best Advanced C series on YouTube. Glad that I came across this❣️

rohithkumarbr
Автор

Thank you sir. I appreciate that you bring in the industry implementation and insights to the concepts. It demonstrates that they are not as abstract as they appear.

cosmasobi
Автор

Understood it all, sir.
Thank you for the clear explanation and practical examples.

mayanktiwari
Автор

totally enjoying your lectures on Advance concepts of c

ahmadirtisam
Автор

Thanks for the excellent course. i like your passion 😊

Jonathan-ruzl
Автор

Great content. I`m preparing for a job interview these days and I`m finding it very usefull. Can you make a series on how to exercise C and the right way to solve programming problems
Thank you !

Varshilov
Автор

I am having a good time watching your classes. Thanks a lot for this course.

Antonio-iqyj
Автор

Your videos have been super helpful in preparing for my Operating Systems class.

jonathan
Автор

Sir are there more videos planned from your side on this advanced c course.
If yes then please upload them. This playlist is the best playlist of c language i have ever found.

JustforFun-hbcz
Автор

refined the data types. after learning c as a bigginer.

rZERO_game
Автор

Thank you so much once again for making these. This is delightful to watch! :)

imaneelmohalil
Автор

perfect! thank you for sharing your knowledge

محمدرضاترکمان-يب
Автор

Please provide all questions answered, available on your website, on YouTube video formats.specially automobile engineering and automotive components design.

RakeshYadav-odwi
Автор

If you had to write code that was going to run on 32-bit and 64-bit systems, would it be a good idea to use long long for variables, that way you know that they are always going to be 64 bits, no matter the system?

__cornflake__
Автор

Sir, plz keep giving a brief knowledge about the commands that you are using...

souhardyachatterjee
Автор

Very useful content, after completing this series make on data structures algorithm or linux

sakibshaikh
Автор

Hi Sir,
Very nice video. I have a doubt.

How can we consider " typedef " as a user-defined datatype?
" typedef " doesn't create a new datatype... which struct, union, does.... " typedef " is used to give a nickname/re-naming the primitive datatype/user-defined datatype/derived datatype.... As per the ISO C standard " typedef " is considered as a storage class specifier(but it doesn't occupy any space). Please clarify my doubt.

ravikanthpamuru
Автор

Why do we have long in 32 bit environment when it has same 4bytes as int

sreepadaramakhilesh