Answer: sizeof(void) and ++ statements will give compilation error.
Since Void is not a type, several features of C language will not work with it like:
- De-referencing of void pointer using * is not possible
- Sizeof() operator will give compilation error
- Operators like ++, -- are not allowed
- + or – operators are not available
About our authors: Team EQA
You have viewed 1 page out of 252. Your C learning is 0.00% complete. Login to check your learning progress.