What is the size of void data type?

1 answer

Answer

1201680

2026-05-12 12:51

+ Follow

Data-type void has some special features:

- it doesn't have values

- it doesn't have size

- you cannot declare variables with it

- void *pointers cannot be dereferenced

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.