Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
sizeof is a compile-time operator to determine the size of a data type in bytes.
#include <iostream> |
Because sizeof is a compile-time operator, one can use on it:
int main() |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.