Saved Bookmarks
| 1. |
Mention any two special operators and their meaning. |
|
Answer» Sizeof() – it returns the size of a variable. . (dot) – member operator used to reference member of a structure. |
|